Skip to main content
The Wave API authenticates with API keys sent as a Bearer token:

Key types

Today every account is sandbox tier. Production keys arrive with the production-upgrade flow (not yet released).

Getting a key

API keys are created and managed in the Wave dashboard (not via the API):
  1. Log in at wave.sa.
  2. Open API Keys.
  3. Copy the key on creation — it is shown once.
To rotate, use Revoke & Regenerate in the dashboard. The old key stops working immediately and a new one is issued atomically.

Sending the key

Every request must include the Authorization header. Requests without a valid key return 401 with the standard error envelope.
Never expose a key in client-side code or commit it to source control. Keys belong on your server.