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
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
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.
