Can Grok Bot build n8n Cloud?
it builds, but you host it, babysit it, or wire up an OAuth app yourself.
- price
- —
- you'd save
- —
- who hosts it
- the bot
- category
- automation
Like Cal.com, the software is already free and open source - what you're buying is somebody running it. A bot can self-host n8n on its own computer without much drama: docker-compose, Postgres, a domain, done. The catch is specific and worth knowing before you start. n8n's own licence restricts commercial hosting-as-a-service, though self-hosting for your own use is fine, and the credential encryption key is the single thing that, if lost, takes every stored login with it. Make the bot show you where that key is backed up.
the prompt
Written for a bot that already has a browser, a terminal and your logins · paste it in whole.
Don't build a workflow engine. n8n is open source - run it for me. You have a computer and a browser. Stand up self-hosted n8n and keep it alive. - Official docker-compose, Postgres backing store, behind a stable URL with TLS. - Set N8N_ENCRYPTION_KEY explicitly, do not let it be generated. Write it to my password manager and tell me where. If this key is lost, every stored credential is unrecoverable - treat it as the most important thing on the machine. - Turn on basic auth or forward auth. Never expose the editor open to the internet, not even briefly. - Import my existing workflows if I give you an export, otherwise build one test workflow and prove it runs. Ongoing: - Nightly Postgres backup off your machine, plus the encryption key stored separately. Monthly, restore into a scratch instance and prove the credentials still decrypt. - Watch /healthz. Message me if it's down more than five minutes. - Check monthly for releases. Show me the changelog and wait for my go-ahead - never auto-upgrade something holding my credentials. - Read the n8n licence and tell me in plain words what it does and doesn't allow, before I start relying on this.
what you lose
- someone else patching it the week a CVE lands
- managed credential storage and rotation
- the enterprise features gated out of the community build
- never being the person who has to restore Postgres at 2am
the numbers
Priced in euros: Starter is EUR 20/mo billed annually for 2,500 executions, Pro EUR 50 for 10,000. Self-hosting the community edition is free under n8n's Sustainable Use licence.
n8n.io/pricingchecked against the live page on 2026-08-23
why we think that
The load-bearing claim behind this verdict, and where it comes from.