API keys
API keys are bearer tokens for the Vantaj REST API, intended for managing your monitors programmatically. Manage them under Settings → API Keys.
REST API — coming soon. The public REST API isn't live yet. You can generate keys today, and they'll work as soon as the API ships.
Generating a key
- Go to Settings → API Keys
- Click Generate key and give it a name
- Copy the key and store it somewhere safe
Keys look like wt_live_…. A key is shown only once at creation time — there's no way to view it again afterwards, so copy it before closing the dialog. If you lose a key, generate a new one.
Keeping keys secure
Treat an API key like a password — anyone who has it will have full API access to your workspace. Don't commit keys to source control, embed them in client-side code, or paste them into shared documents. Store them in a secrets manager or environment variable.
Using a key (once the API is live)
Keys will authenticate as standard bearer tokens:
Authorization: Bearer wt_live_your_key_here
We'll expand this page with full endpoint documentation when the REST API launches.