AutoCraft turns n8n workflows into productized services. Operators publish the automations they've built; clients subscribe, configure them, and pay — all from one place to deploy, version, run, and bill.
n8n is where automations are built. AutoCraft is where they're sold and operated. It wraps n8n through the REST API — adding multi-tenancy, self-serve configuration, execution logs, and billing — so a workflow you built once becomes a service you can run for every client. Four steps, from published to paid:
Publish an existing n8n workflow as a versioned, sellable automation. AutoCraft wraps it through the n8n REST API — your workflow logic never leaves n8n.
Each client sets their own parameters — API keys, schedules, thresholds — from a self-serve panel. No engineering tickets, no back-and-forth.
Executions fire on the n8n instance. AutoCraft reconciles on/off state and streams every run into searchable, per-tenant execution logs.
Meter subscriptions and usage, then invoice with Razorpay. Turn a workflow you already built into recurring revenue.
Whether you build automations or buy them, AutoCraft removes the plumbing between the two.
You add your n8n automations. AutoCraft gives them a storefront, a tenant model, and a billing engine — so every workflow becomes recurring revenue.
You purchase automations that already work, tune them to your setup, and watch them run — without managing infrastructure or filing tickets.
Deploy, version, and toggle n8n workflows across every client from a single place — no SSH, no copy-paste between instances.
Each client configures their own automations, parameters, and billing. Fewer tickets, faster onboarding, happier customers.
Every parameter change is versioned and auditable. Roll forward, compare, and know exactly what a client was running and when.
Runs stream from n8n into OpenSearch, indexed per organization. Search, filter, and export the full history of every automation.
PostgreSQL row-level security enforces tenant isolation in the database itself — not just in application code.
Subscriptions and usage are metered and invoiced with Razorpay. Productize your automations and get paid for them.
Tenant separation lives in the database, secrets are encrypted at rest, and every connection is served over HTTPS. Security isn't a setting here — it's the default.
Every tenant-scoped query runs inside a Postgres transaction with FORCE row-level security. One client can never read another's data.
API keys and credentials are sealed with AES-256-GCM before they ever touch the database.
Every route is protected by global JWT + role guards. Access tokens are short-lived; refresh is silent and HttpOnly.
TLS with HSTS on every domain, HTTP redirected to HTTPS. Traffic is encrypted end to end.
Publish your first automation or subscribe to one that already runs. Sign in to your workspace, or request access and we'll set your organization up.