Your plugin shouldn’t be available to just anyone. Launch Rules let you define who can use it and when. You can base these rules on factors like:
You might limit access to employees in specific departments or exclude contractors for your plugin, ensuring only authorized users can receive the plugin response.
Tip: Test with a small group first to refine your rules before rolling it out widely.
When launching your plugin, you can choose two different modes:

It is ideal for simple setups where you want to manage access with specific emails or allow/deny everyone.
jane.doe@example.com, john.smith@example.com.False
For more complex access rules, click the Advanced Mode button. This opens a text box where you write rules using Moveworks DSL. DSL lets you base access on user attributes like department or role.
Examples:
user.department == "HR" AND user.location == "New York"user.role == "manager" The Data Settings section controls how your plugin manages data.

You have three options:
When you build & test new plugins, you don’t want those plugins to affect your production analytics. Until you check this box, your plugin won’t affect production analytics.
This primarily affects classic plugins, and if unchecked, those analytics will not appear on the Agent Studio Analytics dashboard.
Plugins built with the Agentic Automation Engine will appear in Assistant Insights.
Set the log redaction policy for your plugin. See our log redaction documentation for details.
️ There are validation errors in the email allow list. Please ensure all emails are formatted properly and there are no duplicates.
There are two primary reasons why you may have gotten this error. You’ll need to check each email to validate.
ctrl + f or cmd + f and copy & paste each email into the search bar.We recommend checking & removing duplicate emails.
We recommend looking for malformed email addresses:
@moveworks.ai )@moveworks.com instead of @moveworks.ai)Make sure your identity configuration matches your configured values. Data is case sensitive.