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

# AI Agents

> Costruisci agenti privati con Venice su app, strumenti di coding, host MCP, skill, framework e workflow crypto.

Costruisci agenti su Venice con modelli privati e compatibili con OpenAI, endpoint media, accesso a strumenti e pagamenti basati su wallet.

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

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

  <Card title="MCP + Skills" icon="plug" href="#tools-and-skills">
    Strumenti a runtime, indicazioni sugli endpoint e playbook di produzione.
  </Card>

  <Card title="Agenti autonomi" icon="link" href="#autonomous-and-framework-agents">
    Autenticazione tramite wallet x402, Crypto RPC, chiavi autonome e framework di agenti.
  </Card>
</CardGroup>

## App agent

<CardGroup cols={3}>
  <Card title="OpenClaw" icon="message" href="/guides/integrations/openclaw-bot">
    Collega Venice a WhatsApp, Telegram, Discord, iMessage, Slack e altri.
  </Card>

  <Card title="Hermes Agent" icon="brain" href="/guides/integrations/hermes-agent">
    Agenti self-hosted con memoria, skill e modelli Venice.
  </Card>

  <Card title="NanoClaw" icon="mobile-screen" href="/guides/integrations/nanoclaw-venice">
    Assistente leggero per WhatsApp e Telegram alimentato da Venice.
  </Card>

  <Card title="Jan AI" icon="desktop" href="/guides/integrations/jan-ai">
    Usa i modelli Venice all'interno dell'assistente AI locale Jan.
  </Card>
</CardGroup>

## Coding agent

<CardGroup cols={3}>
  <Card title="Claude Code" icon="terminal" href="/guides/integrations/claude-code">
    Usa Claude Code con i modelli Claude ospitati da Venice.
  </Card>

  <Card title="Cursor" icon="code" href="/guides/integrations/cursor">
    Aggiungi i modelli Venice a Cursor con il prefisso di modello `venice-`.
  </Card>

  <Card title="OpenCode" icon="terminal" href="/guides/integrations/opencode">
    Aggiungi Venice come provider personalizzato compatibile con OpenAI.
  </Card>

  <Card title="Codex CLI" icon="square-terminal" href="/guides/integrations/codex-cli">
    Punta Codex CLI all'endpoint di Venice compatibile con OpenAI.
  </Card>
</CardGroup>

## Strumenti e skill

<CardGroup cols={3}>
  <Card title="Server MCP di Venice" icon="plug" href="/guides/integrations/venice-mcp">
    Esponi chat, image, video, audio, music, embeddings e altro come strumenti MCP.
  </Card>

  <Card title="Venice Skills" icon="screwdriver-wrench" href="/guides/integrations/venice-skills">
    Fornisci agli agenti istruzioni specifiche per endpoint sincronizzate con la specifica API.
  </Card>

  <Card title="Video Harness" icon="video" href="/guides/integrations/venice-video-harness">
    Usa playbook per agenti per una produzione video Venice ripetibile.
  </Card>
</CardGroup>

## Agenti autonomi e con framework

<CardGroup cols={3}>
  <Card title="Crypto RPC per agenti" icon="link" href="/guides/integrations/crypto-rpc-agents">
    Fornisci agli agenti inferenza e accesso on-chain tramite una sola credenziale.
  </Card>

  <Card title="Autenticazione wallet x402" icon="wallet" href="/guides/integrations/x402-venice-api">
    Permetti agli agenti di pagare Venice con USDC su Base o Solana.
  </Card>

  <Card title="API key autonome" icon="key" href="/guides/getting-started/generating-api-key-agent">
    Genera API key da un wallet con VVV in staking.
  </Card>

  <Card title="LangChain" icon="link" href="/guides/integrations/langchain">
    Costruisci chain e agenti sui modelli Venice.
  </Card>

  <Card title="Vercel AI SDK" icon="triangle" href="/guides/integrations/vercel-ai-sdk">
    Esegui streaming dei modelli Venice tramite l'AI SDK.
  </Card>

  <Card title="CrewAI" icon="users" href="/guides/integrations/crewai">
    Esegui crew multi-agente con Venice come provider dei modelli.
  </Card>
</CardGroup>
