# OneMoreDay > OneMoreDay is a gamified accountability app. You set your own goals and when to do them; your voxel avatar's health (HP) rises when you follow through and fades when you don't. Earn coins, XP, and levels, keep your streak alive, capture territory on runs, and take on friends in challenges. Goals sync automatically from wearables (Strava, WHOOP, Apple Health) or are logged manually. OneMoreDay is a mobile app; the app is the source of truth for user data. This website is the public home and the machine-readable layer. Agents can read a user's own data via the API (per-user keys + MCP rolling out). ## Product - [What is OneMoreDay?](https://onemoreday.fit/docs/what-is-onemoreday): The core idea: a gamified accountability app where your real behavior keeps a voxel avatar alive. ## Mechanics - [Your Avatar & HP states](https://onemoreday.fit/docs/avatar-and-hp): The voxel avatar, its health bar, and the green / yellow / red states that reflect your consistency. - [Coins, XP, levels & streaks](https://onemoreday.fit/docs/gamification): How the game rewards follow-through: coins, experience, levels, streaks, badges, and loot. - [Goals: set, schedule & complete](https://onemoreday.fit/docs/goals): Define your own goals and when to do them. Complete them manually or let wearables verify them automatically. - [Wearables & integrations](https://onemoreday.fit/docs/integrations): Automatic goal verification via Strava, WHOOP, and Apple Health, so progress syncs without manual logging. - [Territory capture on runs](https://onemoreday.fit/docs/territory-and-runs): Turn GPS run loops into captured territory, climb the leaderboard, and earn distance + territory badges. - [Friends, squads & challenges](https://onemoreday.fit/docs/social-and-challenges): Connect with friends, form squads, run challenges, and discover new goals together. ## Developers - [Developers: API & MCP overview](https://onemoreday.fit/developers): How agents and tools connect to a user's own OneMoreDay data via the public API and (soon) a hosted MCP server. ## Machine interfaces - [Full knowledge base (text)](https://onemoreday.fit/llms-full.txt): Every page concatenated into one file. - [OpenAPI 3.1 spec](https://onemoreday.fit/openapi.json): Machine-readable API contract. - [API reference](https://onemoreday.fit/developers/api): Human + agent endpoint reference. - API base URL: https://onemoreday-api.onrender.com/api ## Notes for agents - Every credential is scoped to a single user; never request or expose another user's data. - Platform content libraries (e.g. recipe/coaching corpora) are not exposed via the API. - The API is read-focused; the mobile app performs writes.