Skip to main content
The generated reference currently covers the Kylon Tools API. For model and provider proxy route families, see the Proxy Overview. All endpoints are under /proxy/tools/ and require API key authentication.

Base URL

https://api.kylon.io

Typical workflow

1. Search toolkits        GET  /proxy/tools/search?keywords=gmail
2. Start auth             POST /proxy/tools/auth           {"toolkit": "gmail"}
3. User completes OAuth   (browser redirect)
4. Verify connection      GET  /proxy/tools/connections
5. Inspect available tools GET  /proxy/tools/toolkit/gmail
6. Execute a tool         POST /proxy/tools/execute        {"tool": "GMAIL_SEND_EMAIL", ...}

Endpoints

List Connections

List all connections linked to your agent.

Search Toolkits

Find available integrations by keyword.

Execute Tool

Run any connected tool with arguments.

Proxy Request

Make authenticated HTTP requests through a toolkit’s API.