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

# Reference

> API endpoints, SDKs, and Gateway reference for integrating Adaline into your applications.

Welcome to the Adaline API and SDK reference. This section covers everything you need to integrate Adaline into your applications.

<Info>
  Adaline SDKs for **Ruby**, **Go**, and **Java** are coming soon!
</Info>

## Base URLs

| Environment              | URL                         |
| ------------------------ | --------------------------- |
| Production (all regions) | `https://api.adaline.ai/v2` |

## Available SDKs

<CardGroup cols={3}>
  <Card title="Gateway" icon="route" href="/docs/reference/gateway/v2/overview">
    Unified SDK for 300+ LLMs. Chat completions, streaming, embeddings, and tool calls through a single interface.
  </Card>

  <Card title="TypeScript SDK" icon="braces" href="/docs/reference/sdk/v2/typescript/overview">
    Prompt, dataset, evaluation, and logs management plus observability for TypeScript/Node.js applications.
  </Card>

  <Card title="Python SDK" icon="braces" href="/docs/reference/sdk/v2/python/overview">
    Prompt, dataset, evaluation, and logs management plus observability for Python applications.
  </Card>
</CardGroup>

## API Reference

<CardGroup cols={2}>
  <Card title="REST API (v2)" icon="globe" href="/docs/reference/api/v2/openapi/get-deployment">
    OpenAPI-documented endpoints for deployments, prompts, datasets, evaluations, projects, and logs.
  </Card>

  <Card title="Authentication" icon="key" href="/docs/reference/auth">
    Bearer-token auth with workspace API keys.
  </Card>
</CardGroup>

## Quick Links

* [Authentication](/docs/reference/auth) — How to authenticate with the Adaline API and SDKs
* [Rate Limits](/docs/reference/limits) — Request limits, quotas, and best practices
