Sign In

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

  1. Developer Portal — register your OAuth application
  2. Authentication — OAuth 2.0 with PKCE
  3. Scopes — permission reference
  4. Syncing Data — upload workouts, wellness, and nutrition

Core resources

GuideDescription
Developer PortalApp registration, credentials, testing
AuthenticationOAuth 2.0 authorization code flow
ScopesREST API and MCP permission scopes
API ReferenceOpenAPI explorers and base URL
Syncing DataFIT uploads, wellness, nutrition endpoints
WebhooksIncoming webhook endpoint for OAuth apps
MCP ServerModel Context Protocol for AI assistants
Timezone HandlingDate and time conventions

Base URL

https://coachwatts.com/api

For local development: http://localhost:3099/api

Back to Index