Integrations
Sentry
How to get your Sentry API key and connect it to Nova Admin.
Use a Personal Auth Token (sntryu_) or Internal Integration Token (sntryi_). Do NOT use Org Auth Tokens (sntrys_) — they have fixed CI-only scopes.
Prerequisites
- A Sentry account. Sign up at https://docs.sentry.io/api/guides/create-auth-token/.
- An active Nova Admin workspace. Go to /agents/integrations to connect.
Steps
- Go to Create token — Sentry docs.
- Create a new API key / Auth Token (starts with
sntrys_…) and copy it immediately — most providers show it only once. - Note any additional required values: Organization Slug (e.g.
nova). - In Nova Admin, go to /agents/integrations, find Sentry, and paste the values into the credential dialog.
Credential fields
| Field | Required | Description |
|---|---|---|
| Auth Token | Yes | Secret — stored encrypted, never exposed. (e.g. sntrys_...) |
| Organization Slug | No | string (e.g. nova) |
Troubleshooting
- Invalid credentials: verify the key was copied in full with no trailing spaces.
- Key not working: check that your Sentry account has API access enabled and billing is active if required.
- Need help?: refer to the Sentry documentation.