AGENT_CLOUD_API_KEY is set at server boot. When it is unset, endpoints are open and do not require an Authorization header.
Supported schemes
You can use eitherBearer or ApiKey in the Authorization header. Both accept the same API key value.
Scheme 1: Bearer
Scheme 2: ApiKey
<api_key> with your self-serve API key.
Self-serve API keys
Generate and rotate keys by calling the/v1/api-keys endpoints. You can create multiple keys and revoke them independently.