anoman
← Back to Docs

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

Python

Route LangChain agents through Anoman using the OpenAI-compatible base URL. Works with LangChain Expression Language (LCEL), LangGraph, and any LCEL chain.

Read guide

Claude Code

CLI + Python

Connect Claude Code and any Anthropic SDK client to Anoman using the Anthropic-compatible proxy endpoint. Full guardrail pipeline applied to every request.

Read guide

CrewAI

Python

Configure 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.

Read guide

OpenAI Agents SDK

Python

Integrate the OpenAI Agents SDK with Anoman. Swap the base URL on AsyncOpenAI to add guardrails, batch routing, and observability to every agent run.

Read guide

Cursor

IDE

Route Cursor's AI completions through Anoman by setting the OpenAI base URL in Cursor settings. Guardrails apply to every code completion and chat request.

Read guide

Aider

CLI

Use Aider with Anoman by passing the base URL flag. All LLM calls in your aider sessions route through the guardrail pipeline automatically.

Read guide

Continue

IDE Extension

Configure Continue (the open-source AI code assistant) to use Anoman as the model provider. Works with VS Code and JetBrains extensions.

Read guide

AutoGen

Python

Connect Microsoft AutoGen multi-agent workflows to Anoman. Set the base URL on the OpenAI client config to add guardrails to every agent conversation.

Read guide

Cline

VS Code

Configure Cline (the autonomous coding agent VS Code extension) to route requests through Anoman. Set the OpenAI base URL in Cline's provider settings.

Read guide

Windsurf

IDE

Add Anoman as an OpenAI-compatible provider in Windsurf (Codeium) so Cascade and autocomplete run through the guardrail pipeline on every request.

Read guide

Zed

Editor

Set an OpenAI-compatible api_url in Zed's settings.json to route the assistant through Anoman for guardrails, routing, and observability.

Read guide

Roo Code

VS Code

Point Roo Code's OpenAI Compatible provider at Anoman so every autonomous edit and command passes through guardrails and tool-call policy.

Read guide

OpenHands

Autonomous Agent

Route OpenHands (OpenDevin) agents through Anoman with a custom LLM base URL. Guardrails and observability on every planning and tool-execution step.

Read guide

LibreChat

Self-hosted Chat

Add 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.

Read guide