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

# Autentikasi / API Key

> API key Bearer, base URL, dan rate limit Public API Kawan Digital.

Public API tersedia di paket **Growth** dan **Scale**. Kelola kunci di [Dashboard → Pengaturan → Developer API](https://kawan.digital/dashboard/settings/developers).

## API Key

1. Buka Developer API di dashboard.
2. Generate key. Secret lengkap hanya ditampilkan **sekali**.
3. Kirim di setiap request: `Authorization: Bearer ktd_live_…`

Key terikat ke satu toko. Key yang di-revoke mengembalikan `401 UNAUTHORIZED`.

## Base URL

```bash theme={null}
# Produksi
https://api.kawan.digital/v1
```

## Limit & error

* 60 request / menit per API key
* 10 create-order / menit per key
* Limit terlampaui: `429 RATE_LIMITED` + header `Retry-After`

## Lanjut

* Buat order: [Integrasi API](/integrasi)
* Schema dan Try it: [Ringkasan API Reference](/api)
