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

# Quickstart for your app

> Start using Edgee in in your application.

Edgee provides official SDKs for TypeScript, Python, Go, and Rust. All SDKs offer a consistent, type-safe
interface to interact with the Edgee AI Gateway, supporting OpenAI-compatible chat completions and function calling.
All SDKs include built-in support for **tagging**, **token compression**, and **cost tracking**.
Choose the path that fits your use case:

## Building an Application?

Follow the step-by-step guide to create your account, generate an API key, and integrate Edgee into your stack.

| Step | Task                                                     | Time        |
| ---- | -------------------------------------------------------- | ----------- |
| 1    | [Account Creation](/quickstart/account-creation)         | 1 min       |
| 2    | [Create an API Key](/quickstart/api-key)                 | 1 min       |
| 3    | [Integrate Edgee to your stack](/quickstart/integration) | 3 min       |
|      | **Total Time**                                           | **\~5 min** |

## Other ways to get started

<CardGroup>
  <Card title="Use one of our SDKs" icon="boxes" href="/sdk">
    Use one of our SDKs to start using Edgee services in your application.
  </Card>

  <Card title="API Reference" icon="terminal" href="/api-reference">
    If you prefer to dive into the technical details, check out our API reference.
  </Card>

  <Card title="Features" icon="rocket" href="/features">
    Discover compression engines, intelligent routing, observability, and more.
  </Card>
</CardGroup>
