Create Task Agent
Create a new Task Agent for the project.
Task Agents orchestrate multiple Tasks as task tools using LLM-powered reasoning.
The request creates the root Task Agent and its initial active revision. Runtime configuration such as instructions, models, and tools is stored on revisions.
Authentication
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
Path parameters
Request
System prompt / instruction for the agent.
Task tools to add. Order in array determines execution order (index 0 = order 0).
MCP servers to attach. Use allowed_tool_ids for tool restriction.
Platform integrations to attach. Use allowed_tool_ids for tool restriction.
Memory management strategy. None = unlimited history.
Strategy-specific configuration. Required when memory_strategy is set.
Max conversation turns per session. None = unlimited.
Response
Optional summary of visible TaskAgent runs created in the last seven days. Populated when the list endpoint is called with seven_day_summary=true.