Credential types
| Credential | Format | Scope | Used for |
|---|---|---|---|
| Client secret | vela_cs_... | Account-level | Managing apps, schemas, notification rules |
| API key | vela_live_... | App-level | Ingesting events |
How they’re used
Client secret
Used with the Management Client to authenticate account-level operations. Passed as aBearer token in the Authorization header.
API key
Used with the Ingest Client to send events. Passed in thex-api-key header. Each app has its own API key.
Next steps
Client Secrets
Learn how to generate and manage client secrets.
API Keys
Learn how API keys are created and rotated.