Coach Icarus API Authentication
Use the least access necessary for each integration.
The public agent discovery endpoint is read-only and does not require authentication. Account-specific Coach Icarus API endpoints require a bearer access token issued by the Coach Icarus authentication flow.
Authorization header
Authorization: Bearer <access-token>Never place access tokens in a public page, URL query string, or source-controlled file. The full authenticated API schema is available at api.coachicarus.com/openapi.json.