Skip to main content
POST
/
agents
/
{id}
/
assist
Error
A valid request URL is required to generate request examples
{
  "reply": "<string>",
  "threadId": "<string>",
  "appliedMutations": [
    {
      "method": "<string>",
      "path": "<string>",
      "operationId": "<string>",
      "summary": "<string>",
      "body": {}
    }
  ],
  "pendingConfirmations": [
    {
      "name": "<string>",
      "method": "<string>",
      "path": "<string>",
      "summary": "<string>",
      "args": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.

Path Parameters

id
string
required

Body

application/json
message
string
required

Response

SSE stream; terminal frame carries AssistResult.

reply
string
threadId
string

The thread this turn belongs to (persistent memory).

appliedMutations
object[]
pendingConfirmations
object[]

Destructive tool calls the copilot wants to run, held until the user confirms (re-send as confirmed).