# createAgent

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

Create a new agent

## Endpoint

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

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

## Referenced By

- `SupportAgentController` (MODULE_DECLARES)
