Features Pricing Regions Support Start free Log in FR

Authentication

All API requests require a Bearer token. This page explains how to create and manage API keys.

Every request to the CacheBoost API must include an Authorization header with a Bearer token.

Authorization: Bearer cb_live_<your-api-key>

Create an API key

  1. Go to your profile page.
  2. Click Create API key.
  3. Give the key a name and select the scopes it needs.
  4. Optionally restrict the key to specific sites.
  5. Click Create. Copy the key — it is shown only once.

Scopes

ScopeAccess
sites:readList and get sites
sites:writeCreate and delete sites, manage sitemaps
boosts:readList and get boosts
boosts:writeCreate, update, delete, and run boosts
runs:readList and get runs

Key format

API keys have the format cb_live_ followed by 32 hex characters. Only the first 8 characters of the key suffix are stored in the dashboard for identification — the full key cannot be retrieved after creation.

Revoking a key

On the profile page, click Revoke next to any key. Revocation is immediate.

Store keys in environment variables or a secrets manager. Never commit them to source control.