Setup
1. Configure Connection
In Integration → OpenAPI:2. Configure Auth
3. Upload Spec
Drag and drop your.json or .yaml OpenAPI spec file.
4. Enable Tools
Go to Actions and select which endpoints to enable.Example Spec
Client-Side Tools
To let the agent trigger browser-side actions (like navigation), add paths prefixed with/client/:
The
operationId must match the key in registerTools.Tips
- Use descriptive
summaryanddescriptionfields - Use clear
operationIdnames (getOrderStatusnotget1) - Only expose safe operations
Troubleshooting
OpenAPI Authentication
Detailed auth guide including JWT Forward
