Authentication
Authentication
Section titled “Authentication”The API supports multiple authentication methods depending on the client type.
Bearer Token
Section titled “Bearer Token”For service accounts and CI/CD, use a long-lived API token:
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.