Integrations
Works with every AI agent and framework.
One-line setup for OpenAI-compatible and Anthropic-compatible agents. No SDK changes required.
OpenAI-compatible agents
Set OPENAI_BASE_URL — everything else stays the same
Works with: Cursor, Codex CLI, Aider, Cline, Continue, LangChain, CrewAI, AutoGen, OpenClaw, and any OpenAI SDK client.
export OPENAI_BASE_URL=https://api.anoman.io/v1
export OPENAI_API_KEY=anm-sk-...Anthropic-compatible agents
Set ANTHROPIC_BASE_URL for Claude Code and Agent TARS
Full Anthropic Messages API proxy including streaming. guardrails, routing, and observability apply to every call.
export ANTHROPIC_BASE_URL=https://api.anoman.io/anthropic
export ANTHROPIC_API_KEY=anm-sk-...
claude # All calls now go through Anoman guardrailsSelf-hosted (Ollama / vLLM / LM Studio): Connect via localhost — these bypass the Anoman gateway so guardrails, observability, and policy enforcement do not apply. For compliance workloads, use Tier 3a managed open-source models (routed through OpenRouter) instead.
Coding agent? Skip the manual env vars — our one-line installer points Claude Code, Cursor, Cline, Aider, and more at Anoman automatically, with a full revert path.