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

# Integrations Overview

> Connect your favorite AI coding assistants to the ZnapAI gateway using your API Key and Base URL.

## Quick Setup

To configure any OpenAI-compatible tool to work with ZnapAI, you will generally need two pieces of information:

<CardGroup cols={2}>
  <Card title="Base URL" icon="link">
    `https://api.znapai.com/`
  </Card>

  <Card title="API Key" icon="key">
    Your ZnapAI API Key
  </Card>
</CardGroup>

***

## Supported Tools

Select your preferred tool below to view detailed setup instructions.

<CardGroup cols={3}>
  <Card title="Roo Code" icon="code" href="/integrations/roo-code">
    Setup for Roo Code IDE extension
  </Card>

  <Card title="Cline" icon="robot" href="/integrations/cline">
    Setup for the Cline CLI and extension
  </Card>

  <Card title="OpenCode" icon="terminal" href="/integrations/opencode">
    Setup for OpenCode platform
  </Card>

  <Card title="Claude Code" icon="message-code" href="/integrations/claude-code">
    Setup for Claude Code extension
  </Card>

  <Card title="Codex" icon="terminal" href="/integrations/codex">
    Setup for Codex terminal
  </Card>

  <Card title="Hermes" icon="robot" href="/integrations/hermes">
    Setup for Hermes Agent
  </Card>

  <Card title="OpenClaw" icon="terminal" href="/integrations/openclaw">
    Setup for OpenClaw Agent
  </Card>

  <Card title="n8n" icon="diagram-project" href="/integrations/n8n">
    Setup for n8n Local
  </Card>

  <Card title="Vercel AI SDK" icon="cube" href="/integrations/vercel-ai-sdk">
    Setup for Vercel AI SDK integration
  </Card>
</CardGroup>

<Note>
  If you don't see your tool listed here, look for an **"OpenAI Compatible"** or **"Custom Endpoint"** setting in your tool's configuration and use our Base URL and API Key.
</Note>
