Skip to main content
Version: 2.0

Agent Aliases

Manage routing aliases that map a public name to one or more agents under a configurable policy. Create a session through an alias (POST /v2/agent_aliases/{alias_key}/sessions) and the alias's policy picks the underlying agent that runs.

📄️List outstanding client tool calls on alias-routed session

Lists the client tool calls that a session originally created via this alias waits on the caller to fulfill. Each entry carries the fully materialized arguments to invoke the tool with. Secret-derived values are returned unmasked because the caller needs them to execute the tool. This endpoint therefore requires the same roles permitted to submit input to the session. The list is empty when the session is not parked on a client tool. See the agent-scoped endpoint for the full contract.