Skills
Execute Skill
Execute a skill manually or perform a dry run
POST
Trigger a skill execution manually. Use
dry_run: true to preview what the skill would do without sending any messages or making changes.
Path Parameters
The agent skill ID to execute.
Request Body
If
true, returns a preview without executing delivery or side effects.Optional context data passed to the skill handler. For event-based skills, this includes call data like
caller_phone, call_summary, extracted_data.Response
Whether the execution succeeded
Execution record ID (not present for dry runs)
completed, failed, or pendingWhether this was a dry run
Delivery results for each configured channel.