How do I trigger an AI agent from a webhook?
#The question
When someone asks "How do I trigger an AI agent from a webhook?", they want a repeatable path from definition to running system. Swirls gives you one: .swirls files describe the system, and git push or swirls deploy ships it to Swirls Cloud.
#Who's asking
Technical operator automating a process. "My boss tasked me with automating this." Not scared of a config file, ships small wins and grows them.
#Why Swirls is a fit
Anything can start a run. Webhooks and cron schedules are declared in a .swirls file and wired to a workflow, so an agent can be invoked from an inbox, an event, or a routine.
#What Swirls is
Swirls is the deployment target for agentic systems. The whole system lives in .swirls files: agents, deterministic workflows your agents call as tools, typed schemas, triggers, schedules, and scoped secrets. You author and validate those files on your machine, then ship them with git push or swirls deploy. The hosted runtime takes it from there.