AI Tools

Route your AI coding tools through Axemere Gateway to get governance, attribution, and audit logging over every request, without changing how you write code.

All tools that support a custom base URL work the same way: point the tool's base URL env var at your gateway endpoint. The gateway applies your org's policies, records the request, and forwards it to the AI provider.

Supported Tools

ToolStatus
Claude CLIFull guide
VS Code (Claude Code)Full guide
Continue.devFull guide
JetBrains AIFull guide
ClineFull guide
Xcode (Claude Code)Full guide
Any OpenAI-compatible SDKFull guide
ZedComing soon
NeovimComing soon

Not Supported

These tools route AI traffic through their own proprietary backends. There is no base URL setting that can redirect requests through a gateway; governance and attribution are not possible without changes from the vendor.

ToolReason
CursorRoutes through Anysphere's backend
WindsurfRoutes through Codeium's backend
GitHub CopilotRoutes through Microsoft's backend

If you use one of these tools and want governance over your AI usage, ask the vendor to support a configurable base URL, the same capability that makes every tool in the supported list above work with Axemere.

How It Works

Set the tool's base URL env var to your gateway endpoint. That's the only change required:

ANTHROPIC_BASE_URL=https://us.gw.axemere.ai/proxy/anthropic/k/mvgc_k_your-key

The gateway authenticates the request using the gateway key embedded in the path, applies your org's policy bundle, writes an execution record, and forwards the request to the AI provider using the credential configured in your console.

Prerequisites for All Tools