---
title: "POST /agents/agent-space/{agentSpaceId}/chat/create"
method: POST
path: "/agents/agent-space/{agentSpaceId}/chat/create"
---

# POST /agents/agent-space/{agentSpaceId}/chat/create

`POST /agents/agent-space/{agentSpaceId}/chat/create`

Creates a new chat execution in the specified agent space

## Path parameters

- `agentSpaceId` string, required — Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)

## Query parameters

- `userId` string — Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters)
- `userType` 'IAM' | 'IDC' | 'IDP' — Types of users in the system

## Response `200`

Success

- CreateChatResponse — Response structure for creating a new chat
  - `executionId` string, required — The unique identifier for the created execution
  - `createdAt` string, date-time, required — Timestamp when the chat was created

## Other responses

- `480` — ValidationException
- `481` — ContentSizeExceededException
- `482` — ServiceQuotaExceededException
- `483` — ConflictException
- `484` — InternalServerException
- `485` — AccessDeniedException
- `486` — ResourceNotFoundException
- `487` — ThrottlingException
- `488` — InvalidParameterException

---

[API](https://skmtc.net/aws/apis/devops-agent.md) · [All operations](https://skmtc.net/aws/apis/devops-agent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/devops-agent/versions/ca2af02d3853/schema)
