Tell your agent.
Get a backend.
One line in any coding agent and Postgres, Auth, Storage and Realtime are live, with the keys already in your app. $25 a project, flat.
Or paste it to your agent. Prefer the browser? Start free
Add a backend with email login to this app.
$ npx scribase init --yes
- framework
- next
- project
- my-org/my-app (production)
- env file
- .env.local (URL + public key)
- client
- lib/ client module written
- vercel
- keys set for all 3 environments
Illustration of the CLI summary. Names are placeholders; your output shows your own project.
Built for agents
One command or one MCP connection. Every change has an API call, an idempotency key and an approval step, so an agent can do it safely.
How agents use itOne flat price
$25 a project, everything included. $599 a month for as many as you like. Idle projects scale to zero.
See pricingYours to take
Export the whole backend as a bundle that boots elsewhere. Every restore ships its own proof.
What is includedYour agent can start before you sign up
With --temp, the agent gets a working project right away. It is free for 72 hours. Claim it with one click to keep it; billing starts from the claim.
$ npx scribase init --temp --yes
Two numbers. That is all.
Per project
$25/ month
Full stack in every project, billed monthly. Delete it and it stops counting.
Unlimited
$599/ month
Any number of projects for the whole organization, under pooled fair-use quotas.
What people ask first
Does my existing client code work with Scribase?
Yes. The data-plane paths (/auth, /rest, /realtime, /storage, /functions/v1) are contract-tested against the standard JavaScript client, so existing client code works by changing the URL and keys.
What does my agent actually run?
npx scribase init. It detects the framework, creates or reuses a project, writes the env file and a small client module, and sets the keys on a linked Vercel project. With --temp it needs no account: the project is free for 72 hours and comes with a claim link.
What does "flat price" mean?
$25 per project per month, billed monthly for the most projects you had at once, with the whole stack included. Or $599 a month for any number of projects under pooled fair-use quotas. No per-user or per-request lines.
Can I export my data and leave?
Yes. scribase export writes a bundle that boots elsewhere: schema, data, storage, auth users and policies, with a checksummed manifest.