API keys let your backend create companies and listen for events without anyone logging into the dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.vern.so/llms.txt
Use this file to discover all available pages before exploring further.
Generate a key
Go to Settings → API keys and click New key. Give it a name (e.g. “Production server”). Copy the key — Vern doesn’t show it again. Treat it like a password. Don’t commit it. Don’t put it in client-side code. Use environment variables.Rotate or revoke
To revoke a key, open its row’s menu and click Delete. Any request using that key fails immediately with a 401. To rotate, create a new key, swap it in your environment, then delete the old one.Use it
Pass the key as anx-api-key header on every request:
What keys let you do
- Create companies and magic links —
POST /api/v1/companies.
Next
- Developer quickstart — make your first API call.
- Webhooks — receive events from Vern.