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

# Welcome to the Corti API

> The AI platform for industry developers

The Corti API brings AI into any application: speech to text, text generation, agentic workflows, medical coding, and an embeddable assistant. It's a single platform built for industry use, so you can add production-grade AI to your product without building the models, infrastructure, or compliance yourself.

## Core capabilities

<div className="capabilities-table">
  | **Capability**                               | **What it does**                                                                                  | **Learn more**                                                      |
  | :------------------------------------------- | :------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------ |
  | [**Corti Models**](/models/welcome)          | Access frontier LLMs through an OpenAI-compatible API, in your coding agent or via API.           | [Replace your LLM provider](/models/quickstart)                     |
  | [**Agentic Framework**](/agentic/overview)   | Build AI agents and automate multi-step workflows.                                                | [API reference](/agentic/agents/create-agent)                       |
  | [**Speech to Text**](/stt/overview)          | Transcribe speech in real time or from recordings, with industry-leading medical term accuracy.   | [API reference](/api-reference/transcribe)                          |
  | [**Text Generation**](/textgen/overview)     | Generate structured documents and extract facts with controllable, reliable LLM output.           | [API reference](/api-reference/documents-classic/generate-document) |
  | [**Medical Coding**](/coding/overview)       | Return structured medical codes with precision.                                                   | [API reference](/api-reference/codes/predict-codes)                 |
  | [**Embedded Assistant**](/assistant/welcome) | Embed a production-ready ambient scribing experience that turns conversations into documentation. | [API reference](/assistant/api-reference)                           |
</div>

## Get started

[Create an account in the Corti Console](/get_started/getaccess) to get your API credentials and \$50 in free trial credits. From there, authenticate your first request and install an official SDK to make your first API call in minutes.

<Columns cols={2}>
  <Card title="Create an account" icon="user-plus" href="/get_started/getaccess">
    Sign up in the Corti Console and get your API credentials.
  </Card>

  <Card title="Authenticate" icon="lock" href="/authentication/overview">
    Set up OAuth and authorize your first requests.
  </Card>

  <Card title="SDK quickstart" icon="rocket" href="/sdk/overview#quickstart">
    Install an official SDK and make your first API call.
  </Card>

  <Card title="Build with AI coding tools" icon="sparkles" href="/quickstart/ai-coding-tools">
    Use Claude Code, Cursor, or Codex with our SDKs, or connect your coding agent to Corti Models.
  </Card>
</Columns>

## Official SDKs

The fastest way to integrate the Corti API is through our official SDKs. They handle authentication, token refresh, WebSocket connections, pagination, retries, and error handling, so you can focus on building your application.

<CardGroup cols={2}>
  <Card title="JavaScript SDK" icon="js" href="/sdk/js/overview">
    Full-featured SDK for Node.js and browser environments. Supports all REST endpoints, real-time WebSocket streaming, and every authentication flow.

    ```bash theme={null}
    npm install @corti/sdk
    ```
  </Card>

  <Card title="C# .NET SDK" icon="microsoft" href="/sdk/dotnet/overview">
    Production-ready SDK for .NET 8+, .NET Framework 4.6.2+, and .NET Standard 2.0. Full API coverage with async/await and WebSocket support.

    ```bash theme={null}
    dotnet add package Corti.Sdk
    ```
  </Card>

  <Card title="Agent SDK" icon="package" href="/agentic/agent-sdk/overview" tag="Private preview">
    TypeScript and Python SDK for building multi-agent systems on the Agentic Framework. Create agents, manage contexts, and compose workflows with typed connectors. Currently in private preview — [contact us](https://www.corti.ai/contact-us?products=agent-sdk,api\&use_case=I'd%20like%20access%20to%20the%20Agent%20SDK%20%28private%20preview%29.%20Please%20get%20in%20touch%20to%20discuss%20my%20use%20case.) for access.
  </Card>
</CardGroup>

## Corti Models

Corti Models gives you access to cutting-edge LLMs, embedding models, and more through an OpenAI API-compatible platform. EU projects can deploy on a sovereign EU cluster with no external dependencies, with GDPR compliance built in by default. US projects reach Corti Models through Azure-hosted OpenAI models instead, under the same model IDs. See [Regions](/models/regions) for the full breakdown. [**Get started with Corti Models**](/models/welcome).

### More resources

| Resource                                       | Description                                                                          |
| :--------------------------------------------- | :----------------------------------------------------------------------------------- |
| [Release notes](/release-notes/overview/)      | Upcoming changes and recent API, language model, and app updates.                    |
| [Support center ↗](mailto:help@corti.ai)       | Help articles and documentation, contact the Corti team, and manage support tickets. |
| [Compliance & Trust ↗](https://trust.corti.ai) | Detailed compliance standards and security certifications.                           |

<br />

<Note>[Contact us](mailto:help@corti.ai) if you need more information about the Corti API.</Note>
