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

# Overview

> Connect AnyAPI with popular AI tools and automation platforms

# Integrations

AnyAPI is OpenAI-compatible, so it works with any tool that supports custom OpenAI endpoints. Point the tool at `https://api.anyapi.ai/v1`, add your API key, and you get access to 300+ models from OpenAI, Anthropic, Google, Meta, Mistral, xAI, DeepSeek, and more — through a single key.

## Available Integrations

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/integrations/claude-code">
    Use AnyAPI models in Anthropic's official terminal-native AI coding agent
  </Card>

  <Card title="VS Code" icon="window" href="/integrations/vscode">
    Use AnyAPI in VS Code with Cline, Continue.dev, GitHub Copilot BYOK, and more
  </Card>

  <Card title="n8n" icon="shuffle" href="/integrations/n8n">
    Visual workflow automation with AI models — no code required
  </Card>

  <Card title="Hermes Agent" icon="terminal" href="/integrations/hermes">
    Autonomous coding agent with 21 messaging platform adapters
  </Card>

  <Card title="OpenClaw" icon="code" href="/integrations/openclaw">
    AI coding agent with multi-model fallback chains
  </Card>
</CardGroup>

## How It Works

AnyAPI implements the OpenAI API specification. Any tool that lets you set a custom base URL and API key for an OpenAI-compatible provider works with AnyAPI out of the box.

```
Your Tool  →  https://api.anyapi.ai/v1  →  300+ models (GPT, Claude, Gemini, Llama, etc.)
```

### Setup Pattern

The setup is the same across most tools:

1. Get your API key from the [AnyAPI Dashboard](https://dash.anyapi.ai/?page=api-keys)
2. Set the base URL to `https://api.anyapi.ai/v1`
3. Use the `provider/model` format for model IDs (e.g. `openai/gpt-4o`, `anthropic/claude-sonnet-4.6`)

### Model ID Format

AnyAPI uses an OpenRouter-style `vendor/model` format:

* `openai/gpt-4o`
* `anthropic/claude-sonnet-4.6`
* `google/gemini-2.5-pro`
* `deepseek/deepseek-r1`

Bare model names like `gpt-4o` without the vendor prefix will not work. Browse the full catalog at [anyapi.ai/ai-models](https://anyapi.ai/ai-models).

## Support

* **Dashboard**: [dash.anyapi.ai](https://dash.anyapi.ai)
* **Discord**: [discord.gg/rJgyzGynHw](https://discord.gg/rJgyzGynHw)
* **Email**: [support@anyapi.ai](mailto:support@anyapi.ai)
