This repository has been archived on 2026-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
php-agentic/Routes
Snider f15093843b feat(api): add REST endpoints for go-agentic Client
16 endpoints matching the go-agentic Client contract:
- Plans: list, get, create, update status, archive
- Phases: get, update status, checkpoint, task update, task toggle
- Sessions: list, get, start, end, continue
- Health: /v1/health ping

Routes at /v1/* with AgentApiAuth Bearer token middleware.
Permission-scoped: plans.read, plans.write, phases.write, sessions.write.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-04 18:34:59 +00:00
..
admin.php feat: extract Brain operations into CorePHP Actions + API routes 2026-03-04 12:15:13 +00:00
console.php feat: extract Brain operations into CorePHP Actions + API routes 2026-03-04 12:15:13 +00:00
web.php feat: extract Brain operations into CorePHP Actions + API routes 2026-03-04 12:15:13 +00:00