Complete API endpoint reference
GET /health
{ "status": "ok", "version": "0.1.0", "uptime": 3600 }
POST /tools
{ "tools": ["memory_search", "memory_store", "task_create", "..."] }
POST /tools/memory_search Content-Type: application/json { "arguments": { "query": "hello world" } }
GET /plans
POST /plans Content-Type: application/json { "goal": "Build a landing page" }