Public agent API
Read-only product and capability discovery for agents. It contains no private user data and requires no token.
GET /api/v1/agentPredictable, machine-readable resources for agents and integrations.
Coach Icarus combines a public discovery API with an authenticated API for account-specific training and recovery data. Start with the public endpoint to identify the product and available integrations; use a bearer access token only when you need private user data.
Read-only product and capability discovery for agents. It contains no private user data and requires no token.
GET /api/v1/agentMachine-readable documentation for the public agent endpoint, available as JSON.
/api/openapi.jsonThe full FastAPI documentation and schema for account-specific coaching data.
api.coachicarus.com/docsAuthentication guide explains bearer-token requirements. The Garmin webhook guide explains event types and secret handling.