Developer Hub
Resources and guides for building on top of the Coach Watts platform.
Welcome to the Coach Watts developer documentation. This section is designed for integration partners and developers looking to extend the platform or integrate with our API.
Getting started
- Developer Portal — register your OAuth application
- Authentication — OAuth 2.0 with PKCE
- Scopes — permission reference
- Syncing Data — upload workouts, wellness, and nutrition
Core resources
| Guide | Description |
|---|---|
| Developer Portal | App registration, credentials, testing |
| Authentication | OAuth 2.0 authorization code flow |
| Scopes | REST API and MCP permission scopes |
| API Reference | OpenAPI explorers and base URL |
| Syncing Data | FIT uploads, wellness, nutrition endpoints |
| Webhooks | Incoming webhook endpoint for OAuth apps |
| MCP Server | Model Context Protocol for AI assistants |
| Timezone Handling | Date and time conventions |
Quick links
- Scalar explorer: /_docs/scalar
- OpenAPI spec: /_openapi.json
- MCP endpoint:
https://coachwatts.com/mcp
Base URL
https://coachwatts.com/api
For local development: http://localhost:3099/api
