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

# API keys

> Public, secret, and webhook secrets

# Getting Started

Create and rotate keys in the dashboard: **Integrate → API keys**.

| Type    | Prefix                        | Use                          |
| ------- | ----------------------------- | ---------------------------- |
| Public  | `kv_pk_test_` / `kv_pk_live_` | Browser & mobile SDKs        |
| Secret  | `kv_sk_test_` / `kv_sk_live_` | Server `verify`, secret APIs |
| Webhook | `whsec_`                      | Verify inbound webhooks      |

* Use **test** keys in development, **live** in production.
* Public keys are safe in frontend env vars (`NEXT_PUBLIC_…`, `VITE_…`).
* Secret keys belong in server env / secrets manager only.
* Full secrets are shown once (or recoverable by email for API keys); store them immediately.
