POST /api/agent/:zid/plans/lock
| Method | POST |
| Path | /api/agent/:zid/plans/lock |
| Group | Agent Plans |
| Auth | session cookie |
| Source | shared/api-core/src/routes/agentPlans.ts |
Call it
curl -X POST https://zeqsdk.com/api/agent/:zid/plans/lock \
-H "Content-Type: application/json" \
-d '{}'
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Agent Plans
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.