Skip to main content

API Keys

API keys are used to authenticate requests to a database. API keys are scoped to a single database and can be created and deleted by selecting the key icon next to the database name in the dashboard.

Once an API key is created, it can not be viewed again. If you lose your API key, you can delete it and create a new one.

If you're not using the client library, you can authenticate requests by adding the Authorization header to your request. For example:

curl -H 'Authorization: ApiKey af722ebe-c09b-4a09-bc3d-c61adbc6e120' ...