# chatStream

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/support-agent/support-agent.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/support-agent/support-agent.controller.ts#L199)

Stream chat responses from agent (SSE)

## Endpoint

`POST /support-agent/:projectId/agents/:agentId/chat-stream`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |
| `agentId` | path | `string` | ✓ |  |

## Referenced By

- `SupportAgentController` (MODULE_DECLARES)
