For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
LLM clients
Configure AI coding tools and applications to use agentgateway
Agentgateway exposes an OpenAI-compatible API that works with any tool or SDK built for OpenAI. Point your AI coding tool at the agentgateway address and it routes requests to your configured backend provider, applying any policies you have set up such as authentication, rate limiting, or observability.
Supported clients
AI coding CLI by Anthropic
CursorAI code editor with custom model support
WindsurfAI code editor by Codeium
VS Code ContinueOpen source AI code assistant
GitHub CopilotAI pair programmer (Business/Enterprise)
OpenAI SDKPython and Node.js SDKs
curlCommand-line HTTP client
Claude Code
Configure Claude Code CLI to use agentgateway
Cursor
Configure Cursor AI code editor to use agentgateway
Windsurf
Configure Windsurf AI code editor to use agentgateway
VS Code Continue
Configure Continue extension for VS Code to use agentgateway
GitHub Copilot
Configure GitHub Copilot to use agentgateway
OpenAI SDK
Use OpenAI SDK (Python and Node.js) with agentgateway
curl
Test and interact with agentgateway using curl