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

# Quickstart

> Get started with StableStack API integration 

## Setting up

This section provides a step-by-step guide for you to **request access, create an account, complete onboarding, and get API keys**. It also includes important links for **Postman collections, API reference, and GitHub SDKs** to help developers integrate quickly

<CardGroup cols={3}>
  <Card title="Request API Access" icon="pen-to-square" href="https://tally.so/r/wLEE0l">
    StableStack APIs are available by invite only. To get started, you need to request access by filling out the API access form.
  </Card>

  <Card title="Create an Account" icon="user">
    You’ll receive an email invite with a link to create your account. Users must complete business verification (KYB).
  </Card>

  <Card title="Get Your API Key" icon="key">
    Once KYB is approved, you can generate API keys from the Developer Dashboard.

    `Authorization: Bearer YOUR_API_KEY`
  </Card>
</CardGroup>

## Developer Resources

To help you integrate StableStack faster, we provide comprehensive developer tools:

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api/reference">
    Automatically generate endpoints from an OpenAPI spec
  </Card>

  <Card title="Webhook Guide" icon="book" href="/webhooks/introduction">
    Learn how to receive real-time transaction notifications.
  </Card>
</CardGroup>
