Skip to content

Routes

Update Agent Route for an Agent
client.Agents.Routes.Update(ctx, parentAgentUuid, childAgentUuid, body) (*AgentRouteUpdateResponse, error)
put/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
Add Agent Route to an Agent
client.Agents.Routes.Add(ctx, parentAgentUuid, childAgentUuid, body) (*AgentRouteAddResponse, error)
post/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
Delete Agent Route for an Agent
client.Agents.Routes.Delete(ctx, parentAgentUuid, childAgentUuid) (*AgentRouteDeleteResponse, error)
delete/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
View Agent Routes
client.Agents.Routes.View(ctx, uuid) (*AgentRouteViewResponse, error)
get/v2/gen-ai/agents/{uuid}/child_agents