Authentication
For programmatic API usage, use theX-CLOUDGENI-API-KEY header.
That is the header name the codebase and local project instructions expect. Do not substitute
Authorization or x-api-key unless you have a different auth surface in front of the API.
Example
Notes
- Keep API keys organization-scoped and secret-managed
- Use separate keys for CI and local automation when possible
- Prefer short automation flows over broad permanently shared credentials