v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
AI Agent

Confirm or deny a pending agent action

Confirm or deny a pending agent action. On confirm, the agent executes the action (workload creation, policy execution, etc.). On deny, the action is cancelled with no execution.

post/v1/agent/action/confirm

Request body

action_idstring required

ID of the pending action

chat_idstring required

ID of the chat

status'confirm' | 'deny' required

Confirm or deny the pending action

form_dataobject

User-submitted form data; required when status is 'confirm'

Example request

{
  "status": "confirm"
}

Response

Success

string required