Skip to main content

Create an API key

  1. Sign in to the ClipStake Console.
  2. Select the project that will own the API key.
  3. Click Create an API key, give the key a recognizable name, and create it.
  4. Copy the key immediately. The Console only shows the complete key once.
Keep API keys secret. Do not expose them in browser code, mobile apps, public repositories, or logs.

Authenticate requests

Send the key in the Authorization header as a Bearer token on every request:
Store the key in an environment variable instead of placing it directly in source code:
API keys are scoped to a project. To stop a key from working, revoke it from the API Keys page in the Console.