tRPC v2 Agents API
tRPC Endpoints
tRPC v2 Agents API
Feature-gated parent-agent read and draft APIs for the staged multi-leg agent rollout
POST
tRPC v2 Agents API
TheDocumentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
v2.agents.* namespace is the canonical staged surface for parent-agent
summary, detail, lifecycle, and draft bootstrap flows.
- Base endpoint:
POST /v1/trpc - Namespace:
v2.agents.* - Auth: wallet session or API key
- Rollout: gated behind the
multi_leg_agents_v1feature flag
Enabled Procedure Groups
v2.agents.listv2.agents.getv2.agents.pausev2.agents.resumev2.agents.archivev2.agents.drafts.commitv2.agents.drafts.startFromAgent
Rollout Notes
- The entire route is exposed only when
multi_leg_agents_v1=truefor the caller. authored_agent_sdkdoes not expose the route by itself. It only enables authored draft behavior within the already-enabled parent-agent surface.- With both flags off by default, this API lands dark.
Current Scope
The surface is intentionally focused on parent-agent handling:- list parent agents
- inspect parent-agent detail
- pause, resume, or archive an existing parent agent
- start an edit draft from an existing agent
- commit a ready draft back through the agent-aware service layer
create entrypoint in this namespace.
Initial authoring continues to flow through the staged v2.workflows.* draft
surface until later rollout slices unify the product entrypoints.