Authentication
Authenticate every request with a bearer API key.
Every request must include your API key as a bearer token:
Authorization: Bearer yeti_live_…Create and manage keys in your dashboard. Keys are shown once at creation — store them somewhere safe. If you lose a key, just create a new one.
Keep keys server-side
Treat your API key like a password. Never ship it in client-side code or commit it to source control.