Skip to main content
Upload an OpenAPI (Swagger) spec to let your agent call your API endpoints.

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/:
Then register the matching tool in your frontend:
The operationId must match the key in registerTools.

Tips

  • Use descriptive summary and description fields
  • Use clear operationId names (getOrderStatus not get1)
  • Only expose safe operations

Troubleshooting

OpenAPI Authentication

Detailed auth guide including JWT Forward