Nova Admin Docs
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

Steps

  1. Go to Create token — Sentry docs.
  2. Create a new API key / Auth Token (starts with sntrys_…) and copy it immediately — most providers show it only once.
  3. Note any additional required values: Organization Slug (e.g. nova).
  4. In Nova Admin, go to /agents/integrations, find Sentry, and paste the values into the credential dialog.

Credential fields

FieldRequiredDescription
Auth TokenYesSecret — stored encrypted, never exposed. (e.g. sntrys_...)
Organization SlugNostring (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.

On this page