# chat

**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#L157)

Chat with a specific agent (version-aware, rate-limited)

## Endpoint

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

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

## Referenced By

- `SupportAgentController` (MODULE_DECLARES)
