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

# API Keys

> Create and manage API keys for programmatic access. Requires the Agency plan.

## Overview

API keys authenticate scripted or server-to-server requests to the SuprKeywords API. You **create and manage keys in the dashboard** (Settings → API Keys), not via the API. The key-management endpoints are session-only and are not documented in this reference.

1. Sign in at [suprkeywords.com/app](https://www.suprkeywords.com/app) and open **Settings** → **API Keys** (Agency plan required).
2. Create a key, give it a name, and **copy the secret once**—it is shown only at creation.
3. Use that secret in requests: `Authorization: Bearer <your-api-key>` or `X-API-KEY: <your-api-key>`.

You can have up to 10 active keys at a time; revoke one in Settings to create a new one.

## See also

* [Authentication](/api-reference/introduction#authentication) – Using Bearer or X-API-KEY for jobs, users/me, etc.
* [Settings](https://www.suprkeywords.com/app/settings) – Create and revoke keys in the dashboard.
