Actions
Learn how to create custom actions by making one or more APIs available to your AI agent. Actions allow agents to integrate external data or interact with the real-world, such as connecting agents to databases, plugging them into your emails, or making them your shopping assistant, all through APIs.
Actions are defined using the OpenAPI specification, which is a standard for describing APIs.
Create a new action
Navigate to Actions in the dashboard. Tap the + New button.
Enter a valid JSON OpenAPI specification into the Schema input. Note: The Authentication feature is not yet functional. This inconvenience is temporary and will become functional soon.
The code block below is an OpenAPI specification example that uses the Coindesk API to get the real-time price of Bitcoin.
Tap the Save button.
You should now see the custom action you just created. Note: If the OpenAPI specification is invalid, the action will not appear.
Test and confirm your new action works as expected by chatting with your AI agent.
Troubleshooting
If you need help creating a new custom action, please consider joining our Discord community for support.
Last updated