Agent Plans
6 endpoints, generated from the live router agentPlans.ts.
| Method | Path | Auth |
|---|---|---|
GET | /api/agent/:zid/plans/current | session |
GET | /api/agent/:zid/plans/draft | session |
GET | /api/agent/:zid/plans/history | session |
GET | /api/agent/:zid/plans/:planId | session |
POST | /api/agent/:zid/plans/draft | session |
POST | /api/agent/:zid/plans/lock | session |
Source: shared/api-core/src/routes/agentPlans.ts