Routes
Routes
Routes
Add Agent Route to an Agent
agents.routes.add(strpath_child_agent_uuid, RouteAddParams**kwargs) -> child_agent_uuidstrparent_agent_uuidstrRouteAddResponse
post/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
Delete Agent Route for an Agent
agents.routes.delete(strchild_agent_uuid, RouteDeleteParams**kwargs) -> child_agent_uuidstrparent_agent_uuidstrRouteDeleteResponse
delete/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
Update Agent Route for an Agent
agents.routes.update(strpath_child_agent_uuid, RouteUpdateParams**kwargs) -> child_agent_uuidstrparent_agent_uuidstrrollbackbooluuidstrRouteUpdateResponse
put/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
View Agent Routes
agents.routes.view(struuid) -> childrenlistRouteViewResponse
get/v2/gen-ai/agents/{uuid}/child_agents