Skip to main content
POST
Fork 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
chatId
string<uuid>
required

Chat to fork from

Body

application/json

Request body for continuing an existing chat on another coding agent harness

provider
enum<string>
required

Harness to continue the chat on. It must have credentials connected in the workspace.

Available options:
claude,
codex,
cursor,
deepseek,
fx,
kimi,
opencode,
pi
model
string

Model for the forked chat. Defaults to the harness default.

thinkingLevel
enum<string>

Reasoning effort for the forked chat

Available options:
low,
medium,
high,
xhigh,
max,
ultra,
ultracode
title
string

Title for the forked chat. Defaults to a title derived from the source chat.

id
string<uuid>

Optional client-generated chat ID.

clientRequestId
string

Opaque client-chosen id echoed back in the chat.created event

enableInteractiveTools
boolean

Allow the forked chat's first turn to use interactive tools

Response

Forked chat created

chat
object
required