API Keys
API keys are for backend services. They are not user tokens and should never be embedded in browsers, mobile apps, overlays, or downloadable clients.
Create a Key
Open an app in the developer console, choose the scopes, and create an API key. The raw key is shown once.
Use a Key
curl http://localhost:3002/api/v1/livestreams \
-H "Authorization: Bearer 8b_key_..."
Rotate or revoke keys when access changes.