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

# Introduction

> Welcome to the SUPA documentation

<Warning>
  We're in **closed Beta** right now. Please be aware the things could break. We're happy to get your feedback.
</Warning>

## Setting up

To get started using the SUPA API, take a look at our quickstart guide. Just create your API key and start building awesome stuff.

<Card title="Start here" icon="rocket" href="/quickstart" horizontal>
  Follow our quickstart guide.
</Card>

## Framework guides

<CardGroup cols={2}>
  <Card title="Vercel AI SDK" icon="code" href="/guides/vercel-ai-sdk">
    Use `ai` and `@ai-sdk/openai` with SUPA (generate and stream text).
  </Card>

  <Card title="TanStack AI" icon="layer-group" href="/guides/tanstack-ai">
    Use the OpenAI adapter from `@tanstack/ai-openai` with SUPA.
  </Card>
</CardGroup>

## Examples

<CardGroup cols={2}>
  <Card title="Tool calls" icon="wrench" href="/examples/tool-calls">
    Function calling with the OpenAI SDK, Vercel AI SDK, and TanStack AI.
  </Card>

  <Card title="Image attachments" icon="image" href="/examples/image-attachments">
    Vision-style prompts with images (URL or base64).
  </Card>
</CardGroup>

## Need inspiration?

<Card title="See complete examples" icon="stars" href="https://github.com/supaworks/field-guide">
  Browse our implementation examples to build awesome stuff.
</Card>
