Skip to content

Team API

Create and manage OpenSIN teams.

Endpoints

Create Team

http
POST /v1/teams

Request:

json
{
  "name": "research-team",
  "agents": ["agent_123", "agent_456"],
  "strategy": "sequential",
  "max_iterations": 10
}

List Teams

http
GET /v1/teams

Execute Team Task

http
POST /v1/teams/{team_id}/execute

Request:

json
{
  "task": "Research AI trends and write a report",
  "context": {"focus": "enterprise applications"}
}

Next Steps

Released under the Apache 2.0 License.