CloudFixies mascot logo CloudFixies.
← All articles
Automation

Agent-triggered automation

The most interesting automation in 2026 isn’t scheduled — it is invoked by an AI agent on the user’s behalf.

Published by CloudFixies · 16 September 2025

The bridge

The agent decides <em>what</em>. The flow decides <em>how</em>. Never let the agent implement business logic — it will drift.

The contract

A JSON schema for the flow’s input. A stable name. Idempotent semantics. Everything else the agent can figure out.

◆ Takeaway

Agents call flows through a stable contract. Business logic lives in the flow.

← Error handling in flows — what actually works Automating onboarding — actually →