Skip to main content
POST
Create Workspace Chat

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Organization → Settings → API Keys.

Path Parameters

workspaceId
string<uuid>
required

Body

application/json

Request body for creating a new chat

provider
enum<string>
required

Coding agent provider for this chat

Available options:
claude,
codex,
cursor,
opencode,
pi
id
string<uuid>

Optional client-generated chat ID.

createdAt
string<date-time>

Optional client-generated creation time.

title
string

Title for the chat

parentChatId
string<uuid>

Optional parent chat ID.

clientRequestId
string

Opaque client-chosen id echoed back in the chat.created event, so clients doing optimistic UI can recognize their own create

Response

Chat accepted

chat
object
required