Importing and Exporting AI Actions
Importing and Exporting AI Actions
AI Actions can be imported and exported as JSON files, making it easy to share configurations between workspaces or back up your setup.
Exporting Actions
- Go to Settings → Integrations → AI Actions
- Click the menu button and select Export Actions
- A JSON file downloads containing all your actions
Note: Authentication tokens are not included in exports for security. You'll need to re-enter tokens after importing.
Importing Actions
- Go to Settings → Integrations → AI Actions
- Click the menu button and select Import Actions
- Select a JSON file from your computer
- Actions are created in a disabled state. Review and enable them individually
The import validates the file format and checks your plan limits before creating any actions. If the import would exceed your plan limit, it will fail with an error.
Example JSON Template
Click Export Example to download a template JSON file with sample actions. This is useful as a starting point when creating actions programmatically or sharing templates with your team.
Plan Limits
The number of AI Actions available depends on your plan. Your current usage and limit are displayed at the top of the AI Actions settings page. Upgrade your plan for more actions.
Tips
- Export your actions before making major changes as a backup
- Use the example template to standardize action configurations across teams
- Imported actions are always disabled. This prevents accidental API calls before you've reviewed the configuration and added authentication tokens
Was this article helpful?