Skip to content

Beta module namespace

orchestration

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

25 operations

MethodPathRequired permissionAuthenticationSummary
get/v1/m/orchestration/decisionsorchestration:schedule:readBearer tokenLists the whole append-only fire/miss ledger for the tenant.
get/v1/m/orchestration/flowsorchestration:graph:readBearer tokenReturns the derived multi-agent flows (a supervisor and the workers it delegates to) with a read-time-derived lifecycle state — a privileged, self-audited read.
get/v1/m/orchestration/graphorchestration:graph:readBearer tokenReturns the React-Flow communication/delegation graph, derived from the relation table, with honest coverage.
get/v1/m/orchestration/graph/neighborsorchestration:graph:readBearer tokenReturns the subgraph around one node (its incoming and/or outgoing relations) — a privileged, self-audited read.
get/v1/m/orchestration/schedulesorchestration:schedule:readBearer tokenLists governed schedules.
post/v1/m/orchestration/schedulesorchestration:schedule:writeBearer tokenDeclares a governed schedule (write-tier, self-audited).
get/v1/m/orchestration/schedules/{id}orchestration:schedule:readBearer tokenReturns one schedule with its derived health and last observed activity.
patch/v1/m/orchestration/schedules/{id}orchestration:schedule:writeBearer tokenEnables/disables/retargets a schedule (write-tier, self-audited).
get/v1/m/orchestration/schedules/{id}/decisionsorchestration:schedule:readBearer tokenLists the append-only fire/miss ledger for one schedule.
post/v1/m/orchestration/schedules/{id}/fireorchestration:schedule:adminBearer tokenorchestration module route (requires orchestration:schedule:admin)
post/v1/m/orchestration/schedules/{id}/restoreorchestration:schedule:writeBearer tokenRe-applies the mutable shape of an earlier revision via the patch verb's exact application path (same validation, same cadence-miss clearing, same plan_hash consequence).
get/v1/m/orchestration/schedules/{id}/revisionsorchestration:schedule:readBearer tokenLists a schedule's revision ledger, keyset-paginated by the time-ordered row id (chronological by ingestion, the decision-ledger convention).
get/v1/m/orchestration/streamorchestration:graph:readBearer tokenServes the live comm graph as server-sent events, pinned to the request's single authorized tenant so a client only ever sees its own tenant's relations.
get/v1/m/orchestration/timelineorchestration:graph:readBearer tokenReturns one subject's merged orchestration history (its delegation activity and its fire/miss decisions) in reverse-chronological order — a privileged, self-audited read.
get/v1/m/orchestration/workflowsorchestration:workflow:readBearer tokenLists the tenant's workflows (list shape, no graphs).
post/v1/m/orchestration/workflowsorchestration:workflow:writeBearer tokenDeclares a workflow (write-tier, self-audited, revisioned).
get/v1/m/orchestration/workflows/{id}orchestration:workflow:readBearer tokenReturns one workflow with its full canonical graph.
patch/v1/m/orchestration/workflows/{id}orchestration:workflow:writeBearer tokenUpdates description/enabled (write-tier, revisioned).
post/v1/m/orchestration/workflows/{id}/dry-runorchestration:workflow:readBearer tokenComputes the execution plan for a workflow as declared, with ZERO effects (read-tier).
post/v1/m/orchestration/workflows/{id}/restoreorchestration:workflow:writeBearer tokenRe-applies the MUTABLE shape of an earlier revision — description, enabled, steps — through the exact same validation as the live verbs (the restore rule).
get/v1/m/orchestration/workflows/{id}/revisionsorchestration:workflow:readBearer tokenLists a workflow's append-only revision ledger.
post/v1/m/orchestration/workflows/{id}/runorchestration:workflow:adminBearer tokenorchestration module route (requires orchestration:workflow:admin)
get/v1/m/orchestration/workflows/{id}/runsorchestration:workflow:readBearer tokenLists a workflow's runs, newest-first pagination by id.
get/v1/m/orchestration/workflows/{id}/runs/{run}orchestration:workflow:readBearer tokenReturns one run's timeline.
put/v1/m/orchestration/workflows/{id}/stepsorchestration:workflow:writeBearer tokenReplaces the whole step graph atomically (write-tier, revisioned).