Agent Integration Guides
Anoman is compatible with any agent framework that supports a configurable base URL. These guides walk through the integration for the most popular frameworks.
LangChain
PythonRoute LangChain agents through Anoman using the OpenAI-compatible base URL. Works with LangChain Expression Language (LCEL), LangGraph, and any LCEL chain.
Claude Code
CLI + PythonConnect Claude Code and any Anthropic SDK client to Anoman using the Anthropic-compatible proxy endpoint. Full guardrail pipeline applied to every request.
CrewAI
PythonConfigure CrewAI agents to use Anoman as the LLM backend. Route crew tasks through guardrails and policy enforcement with zero code changes to your crew definition.
OpenAI Agents SDK
PythonIntegrate the OpenAI Agents SDK with Anoman. Swap the base URL on AsyncOpenAI to add guardrails, batch routing, and observability to every agent run.
Cursor
IDERoute Cursor's AI completions through Anoman by setting the OpenAI base URL in Cursor settings. Guardrails apply to every code completion and chat request.
Aider
CLIUse Aider with Anoman by passing the base URL flag. All LLM calls in your aider sessions route through the guardrail pipeline automatically.
Continue
IDE ExtensionConfigure Continue (the open-source AI code assistant) to use Anoman as the model provider. Works with VS Code and JetBrains extensions.
AutoGen
PythonConnect Microsoft AutoGen multi-agent workflows to Anoman. Set the base URL on the OpenAI client config to add guardrails to every agent conversation.
Cline
VS CodeConfigure Cline (the autonomous coding agent VS Code extension) to route requests through Anoman. Set the OpenAI base URL in Cline's provider settings.
Windsurf
IDEAdd Anoman as an OpenAI-compatible provider in Windsurf (Codeium) so Cascade and autocomplete run through the guardrail pipeline on every request.
Zed
EditorSet an OpenAI-compatible api_url in Zed's settings.json to route the assistant through Anoman for guardrails, routing, and observability.
Roo Code
VS CodePoint Roo Code's OpenAI Compatible provider at Anoman so every autonomous edit and command passes through guardrails and tool-call policy.
OpenHands
Autonomous AgentRoute OpenHands (OpenDevin) agents through Anoman with a custom LLM base URL. Guardrails and observability on every planning and tool-execution step.
LibreChat
Self-hosted ChatAdd Anoman as a custom endpoint in librechat.yaml to give your self-hosted chat UI one gateway to 400+ LLMs with guardrails on every message.