Skip to main content

Tool list

Sends an action that makes an HTTP request to any URL (API endpoint, internal service, etc.). Supports dedupe, idempotency, approval, and callback URL.
Returns current action status and any stored execution result.
Cancels actions in pending or awaiting_approval.
Approves an action in awaiting_approval and moves it to pending.
Creates a new action from a failed or cancelled action.
Lists actions with optional status filtering.

Parameters

send_action

string
required
Target URL for the HTTP request.
string
HTTP method. Default POST.
object
JSON request body.
object
Additional outbound headers.
string
24h semantic dedupe key.
string
24h request dedupe key.
integer
1-100, default 3.
boolean
Start in awaiting_approval.
string
Delivery endpoint to notify on completion or failure.

get_action / cancel / approve / retry

string
required
Action ID.

list_actions

string
Filter by status.
integer
Default 20, max 100.