Skip to content

Authentication

The API supports multiple authentication methods depending on the client type.

For service accounts and CI/CD, use a long-lived API token:

Terminal window
curl -H "Authorization: Bearer <your-token>" ...

For high-security environments, mutual TLS (mTLS) is supported. Clients must present a valid client certificate issued by the internal CA.