REST API keys
Approved users can create and revoke keys in the Datalayer dashboard. Send the key in every API request:dl_live_; staging keys begin with dl_test_. Use a key
only with its matching environment. A production key does not activate billing or
create an allowance. Your account is determined by the credential; do not send an
account ID to select another account.
Use GET https://api.datalayer.so/v1/auth to check a key without consuming profiles.
A valid key returns {"authenticated":true}. Missing, invalid or revoked keys
return HTTP 401.
Store keys in a secret manager or private environment variables. Do not put them in
URLs, screenshots, support messages, public repositories or browser-side code.
Revoke an exposed key in the dashboard.