What is Retool?
Retool is a platform for building internal tools on top of data a company already has. Its own documentation describes the work as “connect APIs and databases, assemble user interfaces with drag-and-drop components, write queries that read and write data, and perform complex logic and transformations using JavaScript.” The result runs inside Retool — on Retool's cloud, or on a single-tenant deployment that Retool manages on AWS or that you manage yourself on Kubernetes or Docker.
How much does Retool cost?
Retool prices two kinds of seat, and a team pays for both. On Team a builder is $10 a month billed annually, or $12 billed monthly, and an internal user is $5 annually or $7 monthly; the plan adds 5,000 workflow runs a month, a staging resource environment, app release versions and 1,000 AI credits a month. On Business a builder is $50 annually or $65 monthly and an internal user is $15 or $18, and it adds audit logging, rich permission controls, portals and embedded apps, unlimited resource environments and 3,000 AI credits a month. Enterprise is quoted by Retool — “flexible pricing that scales with your business” — and carries custom SSO, Git integration, unlimited end users and full white-labeling, with 1,000 credits per builder plus 4,000 pooled AI credits a month. Self-hosting is offered at the same Free, Team and Business prices as cloud.
Is Retool free, and what does the free plan include?
Yes, and it is a real plan rather than a trial. It covers unlimited web and mobile apps for up to 5 users, with 500 workflow runs a month, 5GB of database capacity, 5GB of file storage, up to 20 hours a month of Agents and 250 AI credits a month. What it does not include is the way out: Git integration is listed under Enterprise, so on the free plan the apps stay where they were made.
How does getting your code out compare?
Retool's source control lets you check in apps, workflows, queries, resources and themes, and its documentation describes reviewing those changes as Toolscript, “a readable, JSX-like markup language”. That is a serialised description of a Retool app rather than a codebase, it still needs Retool to run, and Git integration sits on the pricing page under Enterprise. Buildra runs the other way: it mirrors every commit the agent makes out to a GitHub repository you own, and offers the source as a .tar.gz on the free tier. Two limits belong in the same sentence — the mirror runs one direction only, so a push you make on GitHub does not flow back, and Buildra does not open branches or pull requests or run CI.
When should you choose Retool over Buildra?
When the tool is genuinely internal. Retool connects to your own databases and APIs as first-class resources, adds audit logging and permission controls on Business and custom SSO on Enterprise, and can run inside your own infrastructure. Buildra has no roles, no SSO, no audit log and no self-hosting, and it does not reach a database sitting behind your VPN. Choose Retool for staff-facing tools over production data. Choose Buildra when what you want is an application you can take with you.
- Free
- $0 a month. Unlimited web and mobile apps for up to 5 users, 500 workflow runs a month, 5GB of database capacity, 5GB of file storage, up to 20 hours a month of Agents and 250 AI credits.
- Team
- $10 a month per builder billed annually ($12 monthly), plus $5 per internal user ($7 monthly). Adds 5,000 workflow runs a month, a staging resource environment, app release versions and 1,000 AI credits.
- Business
- $50 a month per builder billed annually ($65 monthly), plus $15 per internal user ($18 monthly). Adds audit logging, rich permission controls, portals and embedded apps, unlimited resource environments and 3,000 AI credits.
- Enterprise
- Priced by Retool's sales team. Adds custom SSO, Git integration, unlimited end users and full white-labeling, with 1,000 credits per builder and 4,000 pooled AI credits a month.
Every figure here comes from Retool's own pages, read on 2026-09-22. Prices and limits move — check the sources before you decide.