← Docs

Authentication

How to create and use API keys.

API keys

Requests are authenticated with a bearer token. Create and manage keys from your dashboard, then send the key in the Authorization header.

Loading code...

Keep keys secret

Treat keys like passwords. Never commit them to source control or ship them in client-side code. Rotate a key immediately if it may have been exposed.