Routines & missions · run_playbook
Run a playbook
Run an internal procedure (playbook).
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| name_or_slug * | string | Playbook name or slug (e.g. "onboarding-new-employee" or "Onboarding nouvel employé") |
| variables | object | Variable values to fill in the playbook (e.g. { employee_name: "Marie", start_date: "2026-06-01" }) |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"run_playbook","input":{"name_or_slug":"…","variables":"…"}}'$
run({ "tool": "run_playbook", "input": {"name_or_slug":"…","variables":"…"} })