Skip to main content
POST
Plan extension actions for an Act turn

Authorizations

overlay_session
string
cookie
required

Signed httpOnly browser session cookie.

Body

application/json
accessToken
string
Minimum string length: 1
userId
string
Minimum string length: 1
conversationId
string
conversationClientId
string
Minimum string length: 1
projectId
string
askModelIds
string[]
messages
any[]
prompt
string
systemPrompt
string
turnId
string
modelId
string
indexedFileNames
string[]
indexedAttachments
any
attachmentNames
string[]
replyContextForModel
string
historyBaseModelId
string
mode
enum<string>
Available options:
chat,
automate
automationMode
boolean
automationExecution
boolean
automationId
string
mediaToolIntent
enum<string> | null
Available options:
image,
video
requestedToolIds
any
memoryEnabled
boolean
actAbortTimeoutMs
number
Required range: x > 0
streamPersistenceMode
enum<string>
Available options:
cloudflare-mirror,
direct
mentions
object[]
multiModelSlotIndex
integer
Required range: x >= 0
multiModelTotal
integer
Required range: x >= 1

Response

Successful response. Stable response schemas are documented in workflow guides when available.

Response shape is route-specific and may be backed by @overlay/app-core contracts.