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

# KI-Agenten

> Private Agenten mit Venice über Apps, Coding-Tools, MCP-Hosts, Skills, Frameworks und Krypto-Workflows hinweg erstellen.

Baue Agenten auf Venice mit privaten, OpenAI-kompatiblen Modellen, Medien-Endpoints, Tool-Zugriff und Wallet-basierten Zahlungen.

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

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

  <Card title="MCP + Skills" icon="plug" href="#tools-and-skills">
    Laufzeit-Tools, Endpoint-Anleitungen und Produktions-Playbooks.
  </Card>

  <Card title="Autonome Agenten" icon="link" href="#autonomous-and-framework-agents">
    x402 Wallet-Auth, Crypto RPC, autonome Schlüssel und Agent-Frameworks.
  </Card>
</CardGroup>

## Agent-Apps

<CardGroup cols={3}>
  <Card title="OpenClaw" icon="message" href="/guides/integrations/openclaw-bot">
    Verbinde Venice mit WhatsApp, Telegram, Discord, iMessage, Slack und mehr.
  </Card>

  <Card title="Hermes Agent" icon="brain" href="/guides/integrations/hermes-agent">
    Selbstgehostete Agenten mit Memory, Skills und Venice-Modellen.
  </Card>

  <Card title="NanoClaw" icon="mobile-screen" href="/guides/integrations/nanoclaw-venice">
    Leichtgewichtiger WhatsApp- und Telegram-Assistent, betrieben mit Venice.
  </Card>

  <Card title="Jan AI" icon="desktop" href="/guides/integrations/jan-ai">
    Venice-Modelle innerhalb von Jans lokalem KI-Assistenten nutzen.
  </Card>
</CardGroup>

## Coding-Agenten

<CardGroup cols={3}>
  <Card title="Claude Code" icon="terminal" href="/guides/integrations/claude-code">
    Claude Code mit von Venice gehosteten Claude-Modellen nutzen.
  </Card>

  <Card title="Cursor" icon="code" href="/guides/integrations/cursor">
    Venice-Modelle in Cursor mit dem `venice-`-Modell-Präfix hinzufügen.
  </Card>

  <Card title="OpenCode" icon="terminal" href="/guides/integrations/opencode">
    Venice als OpenAI-kompatiblen Custom Provider einbinden.
  </Card>

  <Card title="Codex CLI" icon="square-terminal" href="/guides/integrations/codex-cli">
    Codex CLI auf Venices OpenAI-kompatiblen Endpoint ausrichten.
  </Card>
</CardGroup>

## Tools und Skills

<CardGroup cols={3}>
  <Card title="Venice MCP Server" icon="plug" href="/guides/integrations/venice-mcp">
    Stelle Chat, Image, Video, Audio, Music, Embeddings und mehr als MCP-Tools bereit.
  </Card>

  <Card title="Venice Skills" icon="screwdriver-wrench" href="/guides/integrations/venice-skills">
    Gib Agenten endpunktspezifische Anweisungen, die mit der API-Spezifikation synchron sind.
  </Card>

  <Card title="Video Harness" icon="video" href="/guides/integrations/venice-video-harness">
    Nutze Agent-Playbooks für wiederholbare Video-Produktion mit Venice.
  </Card>
</CardGroup>

## Autonome und Framework-Agenten

<CardGroup cols={3}>
  <Card title="Crypto RPC für Agenten" icon="link" href="/guides/integrations/crypto-rpc-agents">
    Gib Agenten Inferenz- und On-Chain-Zugriff über ein einziges Credential.
  </Card>

  <Card title="x402 Wallet-Auth" icon="wallet" href="/guides/integrations/x402-venice-api">
    Lass Agenten Venice mit Base- oder Solana-USDC bezahlen.
  </Card>

  <Card title="Autonome API-Schlüssel" icon="key" href="/guides/getting-started/generating-api-key-agent">
    Erstelle API-Schlüssel aus einer gestakten VVV-Wallet.
  </Card>

  <Card title="LangChain" icon="link" href="/guides/integrations/langchain">
    Erstelle Chains und Agenten auf Venice-Modellen.
  </Card>

  <Card title="Vercel AI SDK" icon="triangle" href="/guides/integrations/vercel-ai-sdk">
    Streame Venice-Modelle über das AI SDK.
  </Card>

  <Card title="CrewAI" icon="users" href="/guides/integrations/crewai">
    Betreibe Multi-Agent-Crews mit Venice als Model Provider.
  </Card>
</CardGroup>
