> ## Documentation Index
> Fetch the complete documentation index at: https://veniceai-api-72.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Agents

> Build private AI agents on Venice with coding tools, MCP hosts, agent frameworks, Venice Skills, and on-chain crypto workflows from a single API.

Build agents on Venice with private, OpenAI-compatible models, media endpoints, tool access, and wallet-based payments.

## Agents & Integrations

<CardGroup cols={3}>
  <Card title="Autonomous API Keys" icon="key" href="/guides/integrations/generating-api-key-agent">
    Mint API keys from a staked VVV wallet.
  </Card>

  <Card title="OpenClaw" icon="message" href="/guides/integrations/openclaw-bot">
    Connect Venice to WhatsApp, Telegram, Discord, iMessage, Slack, and more.
  </Card>

  <Card title="Hermes Agent" icon="brain" href="/guides/integrations/hermes-agent">
    Self-hosted agents with memory, skills, and Venice models.
  </Card>

  <Card title="NanoClaw" icon="mobile-screen" href="/guides/integrations/nanoclaw-venice">
    Lightweight WhatsApp and Telegram assistant powered by Venice.
  </Card>

  <Card title="Crypto RPC for Agents" icon="link" href="/guides/integrations/crypto-rpc-agents">
    Give agents inference and on-chain access through one credential.
  </Card>

  <Card title="x402 Wallet Auth" icon="wallet" href="/guides/integrations/x402-venice-api">
    Let agents pay for Venice with Base or Solana USDC.
  </Card>

  <Card title="Jan AI" icon="desktop" href="/guides/integrations/jan-ai">
    Use Venice models inside Jan's local AI assistant.
  </Card>

  <Card title="Brave Leo" icon="link" href="/guides/integrations/brave-leo">
    Connect Brave Leo to the Venice API for private, browser-native AI chat, page summaries, and optional web search.
  </Card>
</CardGroup>

### Community projects

The following integrations have been created by the community to help make it easier for you to use the Venice API.

* Blog posts
  * [Venice AI Discord Bot](https://bobbiebeach.space/blog/venice-ai-discord-bot-full-setup-guide-features/)

* Software libraries
  * [llm-venice](https://github.com/ar-jan/llm-venice)
  * [unOfficial PHP SDK for Venice](https://github.com/georgeglarson/venice-ai-php)

### Third-party compatible applications

* [JanitorAI](https://janitorai.com/)
* [1Claw](https://1claw.xyz), secure infrastructure for AI agents; routes private inference to Venice via the Shroud TEE proxy
* [Msty](https://msty.app)
* [Open WebUI](https://github.com/open-webui/open-webui)
* [Librechat](https://www.librechat.ai/)
* [ScreenSnapAI](https://screensnap.ai/)

## Coding Tools

<CardGroup cols={3}>
  <Card title="Claude Code" icon="terminal" href="/guides/integrations/claude-code">
    Use Claude Code with Venice-hosted Claude models.
  </Card>

  <Card title="Cursor" icon="code" href="/guides/integrations/cursor">
    Add Venice models to Cursor with the `venice-` model prefix.
  </Card>

  <Card title="Cline" icon="link" href="/guides/integrations/cline">
    Configure the Cline coding assistant in VS Code to use private Venice models through an OpenAI-compatible API provider.
  </Card>

  <Card title="Kilo Code" icon="code" href="/guides/integrations/kilo-code">
    Use Venice through Kilo's native provider in VS Code or the CLI.
  </Card>

  <Card title="OpenCode" icon="terminal" href="/guides/integrations/opencode">
    Add Venice as an OpenAI-compatible custom provider.
  </Card>

  <Card title="Codex CLI" icon="square-terminal" href="/guides/integrations/codex-cli">
    Point Codex CLI at Venice's OpenAI-compatible endpoint.
  </Card>

  <Card title="Aider" icon="terminal" href="/guides/integrations/aider">
    Pair-program in your terminal with Venice via OpenAI-compatible settings.
  </Card>
</CardGroup>

## Agent Tooling

<CardGroup cols={3}>
  <Card title="Venice MCP Server" icon="plug" href="/guides/integrations/venice-mcp">
    Expose chat, image, video, audio, music, embeddings, and more as MCP tools.
  </Card>

  <Card title="Venice Skills" icon="screwdriver-wrench" href="/guides/integrations/venice-skills">
    Give agents endpoint-specific instructions synced to the API spec.
  </Card>

  <Card title="Video Harness" icon="video" href="/guides/integrations/venice-video-harness">
    Use agent playbooks for repeatable Venice video production.
  </Card>
</CardGroup>

## SDKs & Frameworks

<CardGroup cols={3}>
  <Card title="LangChain" icon="link" href="/guides/integrations/langchain">
    Build chains and agents on Venice models.
  </Card>

  <Card title="LlamaIndex" icon="link" href="/guides/integrations/llamaindex">
    Build RAG pipelines, agents, and query engines with LlamaIndex using Venice's private, OpenAI-compatible chat models and embeddings via the OpenAILike client.
  </Card>

  <Card title="Vercel AI SDK" icon="triangle" href="/guides/integrations/vercel-ai-sdk">
    Stream Venice models through the AI SDK.
  </Card>

  <Card title="Mastra" icon="link" href="/guides/integrations/mastra">
    Build TypeScript AI agents, tools, and workflows with Mastra using Venice's private, uncensored, OpenAI-compatible chat models as the LLM provider.
  </Card>

  <Card title="CrewAI" icon="users" href="/guides/integrations/crewai">
    Run multi-agent crews with Venice as the model provider.
  </Card>

  <Card title="PydanticAI" icon="link" href="/guides/integrations/pydanticai">
    Build typed Python agents with PydanticAI using Venice's private, OpenAI-compatible chat models for tools, structured output, and streaming.
  </Card>

  <Card title="LiveKit Agents" icon="link" href="/guides/integrations/livekit-agents">
    Build realtime voice agents with LiveKit Agents and Venice, wiring Venice STT, LLM, and TTS through the OpenAI-compatible plugin in an STT-LLM-TTS pipeline.
  </Card>
</CardGroup>
