Team API
Create and manage OpenSIN teams.
Quick Entry
API OverviewArchitecture and shared API layers.Agent Identity APIDiscovery and identity contract.A2A ProtocolTransport and JSON-RPC methods.A2A HubShortest path into the protocol docs.
Endpoints
Create Team
http
POST /v1/teamsRequest:
json
{
"name": "research-team",
"agents": ["agent_123", "agent_456"],
"strategy": "sequential",
"max_iterations": 10
}List Teams
http
GET /v1/teamsExecute Team Task
http
POST /v1/teams/{team_id}/executeRequest:
json
{
"task": "Research AI trends and write a report",
"context": {"focus": "enterprise applications"}
}Next Steps
Relevante Mandate
| Mandat | Priority | Regel |
|---|---|---|
| Bun-Only | -1.5 | bun install / bun run statt npm |
| Annahmen-Verbot | -5.0 | KEINE Diagnose ohne Beweis |
| Test-Beweis-Pflicht | 0.0 | KEIN "Done" ohne echten Test-Lauf |