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

# For Developers

> Ready to go beyond the buttons? Everything in this guide is also available through our API.

## You've mastered the app — here's what's next

Everything you've done by clicking — chatting, generating reports and images, querying documents, running agents — can also be done **programmatically**, through the AI Suite **API**. That means you (or a developer on your team) can build these capabilities directly into your own websites, apps, and automations.

<Note>
  This page is a bridge. The pages it links to are written for developers and include code. If that's not you, no problem — the [User Guide](/user-guide/welcome) has everything you need.
</Note>

## Where to go

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Generate an API key and make your first request in minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    How API keys work and how to keep them secure.
  </Card>

  <Card title="Chat API" icon="comments" href="/chat-api">
    The developer reference for conversational AI.
  </Card>

  <Card title="Full API Reference" icon="code" href="/api-reference/chat/introduction">
    Every endpoint: Chat, Agents, RAG, Artifacts, Image, Vector Store, and more.
  </Card>
</CardGroup>

## How the app features map to the API

| What you clicked in the app    | The API that does the same thing                             |
| ------------------------------ | ------------------------------------------------------------ |
| Chat                           | [Chat API](/api-reference/chat/introduction)                 |
| Agents & Assistants            | [Agents API](/api-reference/agents/introduction)             |
| Ask your documents (Knowledge) | [RAG API](/api-reference/rag/introduction)                   |
| Reports                        | [Artifacts API](/api-reference/artifacts/introduction)       |
| Images                         | [Image API](/api-reference/image/introduction)               |
| Advanced document search       | [Vector Store API](/api-reference/vector-store/introduction) |
| Connected tools                | [Integrations](/api-reference/integrations/introduction)     |

## Getting your API key

<Steps>
  <Step title="Open Settings → API">
    In your workspace, go to **Settings**, then the **API** tab.
  </Step>

  <Step title="Generate a key">
    Click **Generate API Key** and copy it somewhere safe — it's shown only once.
  </Step>

  <Step title="Follow the Quickstart">
    Head to the [Quickstart](/quickstart) to make your first call.
  </Step>
</Steps>

<Tip>
  Not a developer but want this built? Share the [Quickstart](/quickstart) and [API Reference](/api-reference/chat/introduction) links with your engineering team — they'll have what they need to get started.
</Tip>
