> ## Documentation Index
> Fetch the complete documentation index at: https://docs.venice.ai/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.

<CardGroup cols={2}>
  <Card title="Agent apps" icon="robot" href="#agent-apps">
    OpenClaw, Hermes Agent, NanoClaw, and Jan AI.
  </Card>

  <Card title="Coding agents" icon="terminal" href="#coding-agents">
    Claude Code, Cursor, OpenCode, and Codex CLI.
  </Card>

  <Card title="MCP + Skills" icon="plug" href="#tools-and-skills">
    Runtime tools, endpoint guidance, and production playbooks.
  </Card>

  <Card title="Autonomous agents" icon="link" href="#autonomous-and-framework-agents">
    x402 wallet auth, Crypto RPC, autonomous keys, and agent frameworks.
  </Card>
</CardGroup>

## Agent apps

<CardGroup cols={3}>
  <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="Jan AI" icon="desktop" href="/guides/integrations/jan-ai">
    Use Venice models inside Jan's local AI assistant.
  </Card>
</CardGroup>

## Coding agents

<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="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>
</CardGroup>

## Tools and skills

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

## Autonomous and framework agents

<CardGroup cols={3}>
  <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="Autonomous API Keys" icon="key" href="/guides/getting-started/generating-api-key-agent">
    Mint API keys from a staked VVV wallet.
  </Card>

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

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

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