---
title: "Create Team Run"
method: POST
path: "/teams/{team_id}/runs"
tags: ["Teams"]
---

# Create Team Run

`POST /teams/{team_id}/runs`

Execute a team collaboration with multiple agents working together on a task.

**Features:**
- Text message input with optional session management
- Multi-media support: images (PNG, JPEG, WebP), audio (WAV, MP3), video (MP4, WebM, etc.)
- Document processing: PDF, CSV, DOCX, TXT, JSON
- Real-time streaming responses with Server-Sent Events (SSE)
- User and session context preservation

**Streaming Response:**
When `stream=true`, returns SSE events with `event` and `data` fields.

## Path parameters

- `team_id` string, required

## Response `200`

Team run executed successfully

- unknown

## Other responses

- `400` — Invalid request or unsupported file type
- `401` — Unauthorized
- `404` — Team not found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
