LifeOS API Server
Version: 0.1.0
Available Endpoints
User State
GET /api/lifeos/state- Get current user statePUT /api/lifeos/state- Update user state (e.g., when traveling)
Dashboard
GET /api/lifeos/dashboard/today- Get today's dashboard summary
Goals
GET /api/lifeos/goals- List all goalsPOST /api/lifeos/goals- Create a new goal
Calendar
GET /api/lifeos/calendar/availability- Check slot availabilityPOST /api/lifeos/calendar/availability- Get available slots in date range
Documentation: See CLAUDE.md Sections 17 & 18 for complete API documentation.