Skip to main content

Team provisioning API

Provision coordinated multi-agent teams for Collective, Label, and Network plan tiers. Each agent in the team receives its own container service.
Team provisioning requires a Collective plan or higher. Solo plan users are limited to single-agent provisioning via POST /api/provision.

Plan agent limits

Each plan tier has a maximum number of agents that can be provisioned in a single team:

Provision a team

Creates a team of agents using a pre-built template or a custom agent configuration. Requires session authentication.

Request body

Custom agent object

Each object in the customAgents array has the following fields:

Response

If an individual agent in the team fails to provision, its status is set to failed and the remaining agents continue provisioning. The overall request still returns 200 — check each agent’s status field to identify failures.

Errors

Example request

Example with custom agents

List team templates

Returns all available pre-built team templates. Requires bearer token authentication (applied at the route mount level).

Response

Available templates

Templates are organized into four categories: Developer, Creator, Business, and Personal.

Developer

Dev Team (dev_team)

A development team with three agents:

DevOps Team (devops_team)

An infrastructure and reliability team with three agents:

API Team (api_team)

An API development team with three agents:

Creator

Content Team (content_team)

A content production team with three agents:

Social Media Team (social_media_team)

A social media team with three agents:

Research Team (research_team)

A research team with three agents:

Business

A legal advisory team with three agents:

Finance Team (finance_team)

A financial operations team with three agents:

Marketing Team (marketing_team)

A marketing team with three agents:

Sales Team (sales_team)

A sales team with three agents:

Personal

Personal Assistant (personal_assistant)

A daily productivity team with three agents:

Solopreneur (solopreneur)

A solo business operations team with three agents:
All pre-built templates use openrouter/xiaomi/mimo-v2-pro as the default model and enable shared memory across all agents in the team.