Updated March 2026
Yes. Six MCP tools for full automation lifecycle management:
- **sutrena_create_automation** -- create with trigger, steps, and optional env vars - **sutrena_list_automations** -- list all automations with run counts - **sutrena_get_automation** -- get full definition including steps and trigger - **sutrena_update_automation** -- modify steps, trigger, or env vars - **sutrena_delete_automation** -- remove an automation - **sutrena_test_automation** -- execute a test run without incrementing counters
The TypeScript SDK has an automations resource class with the same operations. The Python SDK does too.
Common agent pattern: user says "email me when someone submits the contact form" → agent creates an email template, then creates an automation with a form_submission trigger and a send_email step. Three API calls, fully wired, no code.
Another pattern: "send me a weekly traffic report" → agent creates an analytics site, an email template, and a cron-triggered automation that queries analytics and emails the results.