Protector Plus authenticates API calls using a per-security-profile API key passed in theDocumentation Index
Fetch the complete documentation index at: https://cloudsineai-5cd7c547.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
X-API-Key HTTP header.
Generating an API key
API keys are generated per security profile, not per user. Each GenAI application bound to a profile uses that profile’s key.Sign in as an admin
The dashboard administrative password is provided out-of-band. Local accounts and SSO identities can both hold the Super Admin role.
Using the API key
All authenticated endpoints expect the key in theX-API-Key header:
Key scope
| Scope | Effect |
|---|---|
| Per profile | A key authenticates calls against the security profile that issued it. |
| Per environment | Generate distinct keys for dev / staging / production. |
| Per application binding | In Mode 2, every bound application can have its own key + profile. |
Rotation
To rotate a key:- Generate a new key from the dashboard.
- Roll the new key into your application’s secret store.
- Deploy your application with the new key.
- Once traffic has migrated, revoke the old key from the dashboard.
Need a key?
Get an API key
Request a sandbox key for evaluation or arrange a deeper technical conversation.

