API
Programmatic Access
API keys, authentication, and automation best practices.
Use API keys for automation and CI.
Authentication
Dashboard sessions
Browser sessions are handled automatically after sign-in.
API keys
For CLI and automation, use Bearer tokens:
Authorization: Bearer enc_...Create/revoke keys:
enclavely apikey create --name ci --scope projects:read --scope releases:write
enclavely apikey revoke --id <keyId>Recommended automation path
For most users, the stable automation interface is:
- Enclavely CLI
--jsonoutput for scripting
See Command Reference for supported operations.