Under construction

We're building something here. Check back soon.

Authentication

API key generation, Bearer token usage, key rotation, and security best practices.

Generating an API key

Log in to the dashboard, go to Settings → API Keys, and click "Generate". Keys are shown once — store them securely.

Using your key

Include the key in the Authorization header of every request:

Authorization: Bearer sk-vulone-xxxxxxxxxxxx

Key rotation

Rotate keys from the dashboard. Old keys are revoked immediately. We recommend rotating keys every 90 days.