Agentcode

Pricing guide

Replit Pricing (2026): Replit Agent Cost Per Month, Core, Pro and Effort-Based Credits

Every current Replit plan, what it costs, and how effort-based Agent checkpoints change your real bill. All figures read from Replit's own pricing page in July 2026, with the flat-price way to ship changes into a repo you already have alongside.

Jump to the plans

No card to start · Review-first: the agent never merges

Agent Run

Pick a task

Plan

  • planning

Files changed

Test run

0 failed

Pull request

Open

You review and merge. Agentcode never merges on its own.

The short answer

Replit pricing in July 2026 runs from $0 to $100 a month for individuals: Starter ($0, limited), Core ($25 a month, about $20 annual) and Pro ($100 a month, about $95 annual), with custom Enterprise pricing. Core includes $25 of monthly credits and Pro includes $100. Replit Agent is billed by effort-based checkpoints: a simple change is one checkpoint that usually costs under $0.25, and a larger task bundles into a checkpoint that costs more. Those charges draw down your credit balance, so a heavy build month costs more than the plan price. The flat-price way to ship changes into a repo you already have, with no credit meter, is Agentcode at $29 a month.

Replit plans and prices

Four plans, from a free Starter tier to Enterprise. The column that decides your real cost is the monthly credit balance: that is what Agent checkpoints and cloud services draw from before you pay for more usage.

Plan Price Monthly credits Best for
Starter $0 free Free daily Agent credits Trying Replit Agent out.
Core $25 per month $25 monthly credits An individual builder.
Pro $100 per month $100 monthly credits A heavy builder shipping real apps.
Enterprise Custom contact sales Custom credit pool A larger org with security needs.

Prices and credit allowances as published by Replit and checked in July 2026. Annual billing takes about 20 percent off Core and 5 percent off Pro. Replit changes this pricing often, so confirm on replit.com before you buy.

What each Replit plan gets you

Starter

$0 · free · Free daily Agent credits

A free daily allowance of Agent credits, the built-in database, and the ability to publish one project behind a private or password-protected deployment. Enough to build a small prototype and feel how the Agent works, not enough to ship and host real production apps.

Core

$25 · per month · $25 monthly credits

About $20 a month on annual billing (save 20 percent). You get $25 of monthly credits to spend on Agent checkpoints and cloud services, up to 5 collaborators, up to 2 agents running in parallel, unlimited workspaces, and the removed branding badge. The credit balance, not the sticker price, is what a busy build month actually costs.

Pro

$100 · per month · $100 monthly credits

About $95 a month on annual billing. It includes $100 of monthly credits, up to 15 collaborators and 50 viewers, up to 10 agents in parallel, access to the most powerful models, database rollbacks for 28 days, and premium support. Aimed at people whose day is building and shipping apps with the Agent rather than occasional edits.

Enterprise

Custom · contact sales · Custom credit pool

Everything in Pro plus custom seat limits, SSO and SAML, advanced privacy controls, a design system, data-warehouse connections, single-tenant environments, region selection, static IPs and VPC peering, and dedicated support. Priced by contract.

How effort-based Agent pricing changes the bill

The plan price is only half the number. Replit moved Agent billing to effort-based checkpoints in 2026, and understanding that meter is the difference between the price you expect and the price you pay.

Checkpoints are priced by effort, not by message

Every Agent request is billed as one or more checkpoints that reflect the time and computation the Agent spends. A simple, single-file change is one checkpoint that typically costs less than $0.25. A larger or more complex task, several files or a long reasoning chain, bundles into a checkpoint that costs more because it did more work. The change reached new users immediately and rolled out to existing Core and Teams subscribers starting July 1, 2026.

Credits cover the Agent and the cloud both

The $25 on Core and $100 on Pro are a shared credit balance, not just an Agent allowance. Checkpoints draw from it, but so do deployments, hosting, the database and other cloud services. That is easy to miss: a project that builds cheaply but stays deployed and takes traffic keeps consuming credits after the code is written, so budgeting only for the build understates the monthly cost.

Model a heavy build month, not an average one

Because complex tasks cost more per checkpoint, the honest way to budget Replit is to price the sprint where you build the bulk of an app rather than a quiet maintenance week. Estimate the checkpoints a real feature takes, add the hosting the app then consumes month after month, and that is the figure to approve. It is often higher than the plan price implies, which is why Pro exists at four times Core.

Replit vs a flat-priced PR agent

Replit builds and hosts a new app from a prompt inside its own cloud; Agentcode ships reviewable changes into a repo you already have and bills flat. They solve different problems, so here is where each one is genuinely ahead.

Replit Agentcode
Billing model Subscription plus effort-based credits: Agent checkpoints and cloud services draw down a monthly credit balance Flat subscription, no credit balance or per-checkpoint meter
Entry paid price $25 / mo (Core), about $20 annual From $29 / mo, flat
What a busy month costs More: Agent checkpoints and hosting burn the credit balance, then you buy more usage The same as a quiet month
Best at Building a brand-new app from a prompt and hosting it end to end in one place Shipping changes into a codebase you already have
Works on your existing repo GitHub import and sync; the app lives and runs inside Replit Yes, runs directly on your GitHub or GitLab repo, no migration
Opens reviewable pull requests No, the Agent edits the project in place inside Replit Yes, a reviewable PR you approve before anything merges
GitLab support GitHub-centric Native GitHub and GitLab
Hosting and deployment Yes, built in: deploy and host the app on Replit No, it ships code to your repo and your own pipeline deploys it
Trains on your code Governed by their data controls; enterprise privacy options Never, on any plan

Replit wins clearly when you are starting from nothing: describe an app, and it builds, runs and hosts the whole thing in one place. Where a flat plan wins is an existing codebase and a predictable bill: Agentcode runs an async PR workflow on the GitHub or GitLab repo you already have for one monthly price, so a busy month and a quiet one cost the same. For the full breakdown see the Replit Agent alternative page and the flat vs metered pricing comparison across every tool.

Replit pricing: your questions answered

How much does Replit cost?

Replit costs $0 on the Starter plan, $25 a month for Core (about $20 on annual billing), $100 a month for Pro (about $95 annual), and custom pricing for Enterprise, as of July 2026. Core includes $25 of monthly credits and Pro includes $100, and Replit Agent usage plus cloud services draw those credits down, so a heavy build month can cost more than the plan price alone.

How does Replit Agent pricing work?

Replit Agent uses effort-based pricing. Each request is billed as one or more checkpoints that reflect the time and computation the Agent spends. A simple change is a single checkpoint that typically costs less than $0.25, while a larger or more complex task is bundled into a checkpoint that can cost more. Those charges draw down your plan's monthly credit balance, then you pay for additional usage.

What is a Replit checkpoint?

A checkpoint is Replit's unit of Agent billing and a save point in your project. When the Agent finishes a piece of work it creates a checkpoint you can roll back to, and it charges for the effort that produced it. Simple edits are one low-cost checkpoint under about $0.25; heavier, multi-step tasks bundle into a checkpoint that reflects the full effort involved.

Is Replit free?

Replit has a free Starter plan, but it is limited. You get a small daily allowance of Agent credits, the built-in database, and one published project behind a private deployment. It is enough to prototype and learn the Agent, not enough to build and host production apps, which is what the $25 Core and $100 Pro plans and their monthly credit balances are for.

Why did Replit change to effort-based pricing?

Replit moved to effort-based pricing so the cost of an Agent request tracks the time and computation it actually uses rather than a flat rate. Simple changes stay cheap at under about $0.25 a checkpoint, while complex, multi-file work costs more because it does more. The change took effect for new users immediately and rolled out to existing Core and Teams subscribers starting July 1, 2026.

Is Replit worth it?

For building a brand-new app from a prompt and hosting it end to end, Replit is one of the strongest tools available: the Agent, the database, and deployment all live in one place. The number to model before you commit is the credit balance, because a heavy build month of Agent checkpoints and hosting can push the real cost past the plan price. If you want to ship changes into a codebase you already have on a predictable flat bill, compare a flat-priced PR agent.

Is there a flat-price alternative to Replit?

Yes. Agentcode charges a flat fee from $29 a month with no credit balance and no per-checkpoint meter: you connect a GitHub or GitLab repository you already have, describe a task, and it plans, edits the code, runs your tests, and opens a reviewable pull request, for the same price whether you run it once or fifty times. Replit is better for building and hosting a new app from scratch; Agentcode is better for shipping reviewable changes into an existing codebase at a predictable cost.

Last updated: July 2026

Weighing Replit against the field?

These pages compare pricing and reach tool by tool: Replit Agent alternative, Cursor pricing, GitHub Copilot pricing, Claude Code pricing and Devin pricing.

Or step back to AI coding tool pricing across every tool, the best AI for coding in 2026, or what an AI coding agent does before you weigh the bill.

A flat bill, on your repo

Connect a GitHub or GitLab repository you already have, describe a task, and read the pull request it opens. Same price whether you run it once or a hundred times, with no credit balance to watch.