zwrm Cloud
Public webhook endpoints and the scheduler run on managed infrastructure in European data centers.
- Hosted in European data centers
- Managed operations and updates
- Isolated microVMs for every run
Inbound webhooks and cron schedules start your agents automatically. An order comes in, a ticket is opened, it's Monday 8:00: the agent takes over, and nobody has to press a button.
POST /hooks/order-created from the shop backend 0 8 * * 1 weekly-report · Mondays 08:00 POST /hooks/support-ticket from the helpdesk If it can send an HTTP request, it can wake an agent.
Shop backends, helpdesks, CI systems, payment providers, and chat apps all post to the same kind of endpoint. No adapter needed.
Add a webhook endpoint or a cron schedule to an agent. Each webhook gets its own URL and secret.
Paste the URL into your shop, helpdesk, CI, or CRM. The payload is handed to the agent as the task context.
The agent starts, does the job, and hands off the result. Every run, its duration, and its output are in the activity log.
Triggers replace the cron box, the queue worker, and the reminder to run the script by hand.
Each trigger is an HTTPS endpoint with its own secret. Payloads are verified and passed to the agent as context.
Run an agent every Monday at 08:00, hourly, or on any cron expression.
Shop, helpdesk, CI, and CRM talk to the agent through plain webhooks. No adapter, no middleware service to maintain.
Files, notes, and state survive between runs, so the Monday report can build on last Monday's.
Messages in Microsoft Teams or Slack can start a run too, so a trigger can be as simple as asking.
Every event, wake-up, run, and result is recorded with timestamps, so you can see exactly what happened and when.
Webhook endpoints and schedules run on our managed European infrastructure, or inside your own network when the event sources live there.
Discuss your deploymentInbound webhooks from any system that can send an HTTP request, cron schedules, and messages in Microsoft Teams or Slack. You can also start a run by hand from the dashboard.
Yes. A webhook from the shop starts the agent, which looks up the customer in the CRM through MCP, creates the invoice, and posts the result to Teams — one trigger, one run, several systems.
The microVM resumes in seconds. The webhook is acknowledged immediately and the run starts right after.
Every webhook has its own URL and secret. Requests are verified before the agent sees the payload, and endpoints can be rotated at any time.
Yes. Combine webhooks and schedules on one agent, for example an order webhook plus a weekly summary schedule.
The run is marked as failed in the activity log with its output, and you can retry it or let the next event start a fresh run.
Add a trigger in minutes, or talk with us about your event sources and security requirements.
Hi, I'm Vonk. I answer questions about zwrm and help you plan your agent setup. What do you want to know?