{
  "service": "ai-delivery-platform",
  "status": "ok",
  "root": "/app",
  "auth": {
    "tasks_api": "enabled"
  },
  "paths": {
    "projects": true,
    "scripts": true,
    "tasks": true,
    "workspaces": true
  },
  "endpoints": [
    "GET /health",
    "GET /projects",
    "GET /tasks",
    "POST /tasks",
    "GET /tasks/{task_id}",
    "GET /tasks/{task_id}/logs",
    "GET /tasks/{task_id}/logs/{log_name}",
    "POST /tasks/{task_id}/prepare-workspace",
    "POST /tasks/{task_id}/run-command",
    "POST /tasks/{task_id}/write-note",
    "POST /tasks/{task_id}/commit-changes",
    "POST /tasks/{task_id}/push-branch",
    "POST /tasks/{task_id}/create-pr"
  ]
}