actionlayer_invoke_action
Invoke a single action with typed inputs.
inputs must match the action's input_schema EXACTLY
(additionalProperties is rejected). Task-level orchestration
metadata — idempotency_key, max_budget_usd, webhook_url,
deadline — does NOT belong in inputs; that envelope lives
on actionlayer_start_task. If you need those, call
actionlayer_start_task instead.
API actions run synchronously; browser actions return
outcome='queued' with payload.ticket_id and the caller polls
actionlayer_get_action_ticket until is_terminal=true. While
the ticket is pending there is no sub-status — keep polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | ||
| executor | No | ||
| action_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||