## Add **post** `/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}` To add an agent route to an agent, send a POST request to `/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}`. ### Returns - **child\_agent\_uuid:** `string` Routed agent id - **parent\_agent\_uuid:** `string` A unique identifier for the parent agent.