Workspace & account
API keys
What it's for
Create keys to call the read-only public REST API at /api/v1 for your own dashboards or integrations. Each key is scoped to your organization; treat it like a password.
When to use it
- To pull your SEO data into a BI tool or custom dashboard.
- To automate exports without scraping the UI.
How to use it
- Organization → «API keys» → create a key.
- Copy it once (it's shown only at creation) and store it safely.
- Send it as the API key header to /api/v1 endpoints.
Next steps
- Rotate keys periodically and revoke any you no longer use.
- Never commit a key to source control or share it in plain text.