# Sub-Agents Endpoints for managing sub-agents ## List all sub-agents - [GET /core/v1/chain/sub_agents](https://api.docs.wabee.ai/openapi/sub-agents/list_sub_agents_core_v1_chain_sub_agents_get.md): Lists all sub-agents that have been created by the parent agent. ## Create a new sub-agent - [POST /core/v1/chain/sub_agents](https://api.docs.wabee.ai/openapi/sub-agents/create_sub_agent_core_v1_chain_sub_agents_post.md): Creates a new specialized sub-agent that can handle specific tasks. The sub-agent will have access to the specified tools and can be assigned tasks. ## Get a sub-agent's status - [GET /core/v1/chain/sub_agents/{sub_agent_id}](https://api.docs.wabee.ai/openapi/sub-agents/get_sub_agent_core_v1_chain_sub_agents__sub_agent_id__get.md): Retrieves information about a specific sub-agent, including its status and basic information. ## Terminate a sub-agent - [DELETE /core/v1/chain/sub_agents/{sub_agent_id}](https://api.docs.wabee.ai/openapi/sub-agents/terminate_sub_agent_core_v1_chain_sub_agents__sub_agent_id__delete.md): Terminates a specific sub-agent and cleans up its resources.