Action types
- OpenAPI Import
- Manual Configuration
- MCP Tools
Import an OpenAPI (Swagger) specification to automatically create actions for each endpoint.The agent sees each endpoint as a tool with the operation’s summary as the description and the request schema as parameters.
1
Go to Actions
Navigate to Actions in the dashboard sidebar.
2
Import OpenAPI spec
Click Import OpenAPI and paste your spec URL or upload the JSON/YAML file (max 2 MB, spec body max 500K characters).
3
Select endpoints
Choose which endpoints to expose to the agent. Each becomes a callable tool.
User tokens
If your API requires user-specific authentication, the widget can forward custom headers to action endpoints viauserTokens: