Authentication

All Secberus AI requests require authentication using API keys.

API Keys

You can create and manage API keys from your account dashboard.

Security Best Practices

Important: Treat your API keys like passwords. Never expose them in client-side code or public repositories.

  • Store API keys in environment variables
  • Rotate keys periodically
  • Use separate keys for different environments
  • Revoke compromised keys immediately

Using Your API Key

Include your API key in the Authorization header of every request:

Authorization: your_api_key_here

Example Request

curl https://compliance.secberus.ai/v1/frameworks \
  -H "Authorization: your_api_key_here"

When mapping documents via the management dashboard, you can choose 1 or your API keys to be used for each mapping request.