SWIRLS_
Platform

Platform

Author .swirls files locally, then deploy them to Swirls Cloud.

Your .swirls files define what your agents do. You can write and validate them locally, then deploy them to Swirls Cloud.

Deployment options

  • Local authoring: Write .swirls files locally, validate them with the CLI, generate types, and deploy for free to inspect the compiled project. See Local Development.
  • Swirls Cloud: The managed runtime for hosted execution. Auto-scaling workers, the Portal, verifiable audit chain, and versioned deploys. Deploy with git push or swirls deploy. No CI/CD required. See Swirls Cloud.
  • Enterprise deployments: On-premise and customer-VPC options are available on the Enterprise plan. Contact us to talk through requirements.

Hosted execution model

When hosted execution is enabled and a trigger fires, the platform executes the attached workflow. Nodes run in topological order. Each node's output is checkpointed before the next node starts. If execution is interrupted, it resumes from the last completed checkpoint.

Trigger fires → Workflow executes → Nodes run in order → Outputs checkpointed → Audit log updated

Plans

PlanPriceCreditsNotes
Free deployFreeNo execution creditsAuthor locally and inspect deployed .swirls projects
Developer$49/mo25,000/mo + $0.002 overageProduction Cloud, solo builders. 7-day free trial
Team$799/mo750,000/mo + $0.0015 overageSSO, RBAC, 99.9% SLA, 90-day audit
EnterpriseCustomVolume from $0.0008BYO-KMS, on-prem or customer VPC

One-time credit top-ups are available on any plan. For full pricing details see swirls.ai/pricing.

On this page