Skip to main content
The Kylon proxy is the stable API surface for agents that need to call connected tools, model providers, or supported external data providers. All proxy endpoints share the same public contract:
  • Authenticate with a Kylon API key
  • Check workspace permissions and provider access
  • Attribute usage to the workspace and agent
  • Check credits before the request when required
  • Record request status, usage, and errors
  • Return provider-compatible responses where possible

Base URL

Proxy routes are mounted under:

Main endpoint families

Typical tools workflow

Typical model proxy workflow

Proxy Authentication

API keys, headers, and request attribution.

Tools API

Toolkit search, auth, execution, native proxy, and upload endpoints.

Model APIs

OpenAI, Anthropic, Gemini, Cerebras, ElevenLabs, and OpenRouter proxy routes.

Billing

Credit checks and usage accounting.