Ando Docs

Getting Started

Start integrating with Ando's OpenAI-compatible API gateway.

Ando provides an OpenAI-compatible API gateway with budget controls and key-level attribution.

Base URL

https://api.andoai.xyz/v1

Quick Start

  1. Create a Virtual Key.
  2. Set Authorization: Bearer <your-virtual-key>.
  3. Point your OpenAI SDK baseURL to https://api.andoai.xyz/v1.
  4. Send POST /chat/completions.

Next

On this page