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

# Welcome to Verlon AI

> The AI Gateway for production applications - route, fallback, and track costs across multiple AI providers

## What is Verlon AI?

Verlon AI is an AI gateway that sits between your application and AI providers (OpenAI, Anthropic, Google, etc.). It provides intelligent routing, automatic fallbacks, cost tracking, and a unified API across all providers.

**Key benefits:**

* **Smart Routing** - Automatically route requests to the best model for each task
* **Automatic Fallbacks** - Never fail when a model is down
* **Cost Tracking** - Real-time cost analytics per request, user, and endpoint
* **Unified API** - One interface for GPT, Claude, Gemini, Mistral, and more
* **Drop-in Replacement** - Works with OpenAI SDK and Anthropic SDK

***

## Quick Start

Get up and running in under 5 minutes.

<Card title="Quickstart Guide" icon="rocket" href="/getting-started/quickstart" horizontal>
  Create your first gate and make your first request in 5 minutes.
</Card>

***

## Platform

Manage your AI infrastructure from the Verlon AI dashboard.

<Columns cols={2}>
  <Card title="Gates" icon="door-open" href="/platform/gates">
    Route AI requests through configurable gates with intelligent model selection.
  </Card>

  <Card title="Agent Gates" icon="robot" href="/platform/agent-gates">
    Trace every run of your agent and control each call site's model remotely.
  </Card>

  <Card title="BYOK" icon="cloud-upload" href="/platform/byok">
    Bring your own keys from OpenAI, Anthropic, Google, and more.
  </Card>

  <Card title="API Keys" icon="key" href="/platform/api-keys">
    Generate and manage Verlon API keys for your applications.
  </Card>
</Columns>

***

## Integrate with Verlon

<Columns cols={2}>
  <Card title="Verlon SDK" icon="https://mintlify.s3.us-west-1.amazonaws.com/layerai/assets/icons/icon-light.svg" href="/sdk-reference/overview">
    Full-featured SDK with chat, images, audio, and video support.
  </Card>

  <Card title="MCP Server" icon="plug" href="/integrations/mcp">
    Query your gates, logs, and recommendations from Claude and other agents.
  </Card>
</Columns>

***

## Provider Compatibility

Already using OpenAI or Anthropic SDKs? Verlon works as a drop-in replacement.

<Columns cols={2}>
  <Card title="OpenAI SDK" icon="openai" href="/provider-compatibility/openai">
    Drop-in replacement for existing OpenAI code - change 2 lines.
  </Card>

  <Card title="Anthropic SDK" icon="block-brick" href="/provider-compatibility/anthropic">
    Use Anthropic SDK with Verlon for routing and fallbacks.
  </Card>
</Columns>

***

## Core Concepts

Understand the building blocks of Verlon AI.

<Columns cols={3}>
  <Card title="Gates & Routing" icon="route" href="/concepts/gates-and-routing">
    Learn how Verlon intelligently routes requests across models.
  </Card>

  <Card title="Fallback Strategies" icon="shield" href="/concepts/fallback-strategies">
    Automatic failover when a model or provider goes down.
  </Card>

  <Card title="Cost Tracking" icon="chart-line" href="/concepts/cost-tracking">
    Monitor and optimize your AI spending in real-time.
  </Card>
</Columns>

***

## API Reference

Complete API documentation for all Verlon AI endpoints.

<Columns cols={2}>
  <Card title="Chat Completions" icon="message" href="/api-reference/chat-completions">
    OpenAI-compatible chat completions endpoint.
  </Card>

  <Card title="Anthropic Messages" icon="messages" href="/api-reference/anthropic-messages">
    Anthropic-compatible messages endpoint.
  </Card>
</Columns>

***

## Need Help?

<Card title="Join our community" icon="discord" href="https://discord.gg/layerai" horizontal>
  Get help, share feedback, and connect with other Verlon AI users.
</Card>
