Documentation for Ta-Da! API and OpenClaw integration.
Ta-Da! is a personal lifelogging PWA for meditation, habits, dreams, and accomplishments. These docs describe the API for external integrations.
Current Hosting: https://tada.onemonkey.org
Future: https://tada.living (commercial cloud service)
Complete REST API specification including all endpoints, authentication, and data models.
Use for: Implementing the API in Ta-Da!
OpenClaw skill design for consuming the Ta-Da! API.
Use for: Building the OpenClaw integration
Development guide for coding agents implementing the API.
Use for: Passing to AI coding assistants (Claude, Cursor, etc.)
- Authentication: API keys (
tada_key_xxx) - Base URL:
/api/v1/ - Content-Type:
application/json
GET /entries- List activitiesGET /rhythms- Get streaks and statsGET /insights/patterns- Pattern detectionGET /export/obsidian- Markdown export
openclaw tada today # Daily summary
openclaw tada week # Weekly review
openclaw tada patterns # Pattern analysis
openclaw tada encourage # Motivation messageTa-Da! (hosted)
↓ REST API
OpenClaw Skill (Block server)
↓
Obsidian Notes / Email / Notifications
GET /entries(with date/range filtering)GET /rhythms/meditation(streak calculation)- API key authentication
- Basic rate limiting
- All CRUD operations
GET /insights/summaryGET /export/obsidian- Webhooks
GET /insights/patterns- Correlation analysis
- Trend detection
- [[spring-clean]] - File organization (tea house metaphor)
- [[second-brain-vision]] - Block server integration vision
Created: 2026-01-31 Status: API specification complete, implementation pending