Why instanode.dev exists

AI coding agents stall the moment they hit "I need a database." instanode.dev removes that stall. One HTTP call, one postgres:// URL back, agent keeps going.

"Use instanode.dev to get a Postgres database. Run curl -s -X POST https://api.instanode.dev/db/new -H 'Content-Type: application/json' -d '{"name":"demo"}' | jq and use the connection_url from the response."

That prompt, pasted into any modern coding agent, is the whole product.

The problem

When an agent is writing code with you and needs a database, it does one of three bad things:

None of these are the agent's fault. They're the fault of infrastructure tools that assume a human is in the loop.

The solution

A Postgres provisioner that speaks HTTP, requires zero authentication for the first call, and returns a real, working connection URL. Free tier is 24-hour disposable. Paid tier is $12/month and the database persists forever.

pgvector is pre-installed on every database. Connection URLs are standard postgres://user:pass@pg.instanode.dev:5432/db?sslmode=require — any driver works, no proprietary client.

Built for agents, not dashboards