par
Execute multiple AI agents in parallel, each with individual configuration, to manage concurrent tasks.
Instructions
Run multiple Claude agents in parallel. Each task can have its own config.
Args: tasks: JSON array of task objects. Each supports all sandbox fields (prompt, model, tools, sandbox, system_prompt, claude_md, output_schema, mcps, effort, etc.). max_concurrency: Max agents running simultaneously (default: 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | ||
| max_concurrency | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |