Key facts
Format
Every key starts with
nbq_live_ followed by a random string.Shown once
The key is displayed only at generation. It cannot be retrieved again.
Revocable immediately
You can revoke a key instantly from the NBQ Studio API Keys area.
No automatic expiry
Keys do not expire automatically. Rotate them periodically as a best practice.
Do and do not
- Do
- Do not
- Store the key in an environment variable or secrets manager (AWS Secrets Manager, Doppler, HashiCorp Vault).
- Rotate the key when team members with access leave.
- Revoke the key immediately if you suspect it has been exposed.
- Use the key server-side only — never in frontend or client-side code.
If your key is compromised
Revoke immediately
Go to the NBQ Studio API Keys area and click Revoke. The key stops working instantly.
Update your integration
Replace the old key in your environment variables or secrets manager and redeploy.