Feature-gated workflow authoring and lifecycle APIs for staged workflow rollout
v2.workflows.* namespace is the staged workflow authoring surface for
agentic workflow drafts.
POST /v1/trpcv2.workflows.*agentic_workflows_v1 feature flagv2.workflows.listv2.workflows.getv2.workflows.drafts.*
liststartstartFromWorkflowgetanswercancelv2.workflows.authoring.*
validatepreviewcommitv2.workflows.drafts.commitv2.workflows.createv2.workflows.updatev2.workflows.pausev2.workflows.resumev2.workflows.runNowv2.workflows.archivev2.workflows.monitor.*
tickrecordv2.workflows.proposals.*
listgetapprovedismissv2.workflows.executions.*
listgetgetByWorkflowgetByProposalv2.workflows.askv2.workflows.memorySearchagentic_workflows_v1=true for the
caller.authored_agent_sdk still independently gates authored-source validation,
preview, and commit flows.bounded_multi_asset_buys still independently gates authored preview support
for bounded multi-asset buy programs.create/update currently target the canonical workflow rail for:
rebalance_portfoliobuy_assetsell_assetcash_sweeprecurring_depositwithdraw_fundsv2.workflows.list supports workflow-kind filtering via kind and
trigger-kind filtering via triggerKind. Monitor discovery should use
triggerKind for trigger semantics such as price_condition and
authored_sdk.
This keeps the rollout centered on the top-level workflow surface flag, with
additional authored-SDK gating only for authored-module flows.