Loading...
Loading...
Provision instant temporary Postgres databases via Claimable Postgres by Neon (pg.new) with no login, signup, or credit card. Use when users ask for a quick Postgres environment, a throwaway DATABASE_URL for prototyping/tests, or "just give me a DB now". Triggers include: "quick postgres", "temporary postgres", "no signup database", "no credit card database", "instant DATABASE_URL".
npx skill4agent add neondatabase/agent-skills claimable-postgrespg.newnpx get-dbDATABASE_URL.envnpx get-dbnpx get-db-y, --yes-e, --env <path>-k, --key <name>DATABASE_URL-s, --seed <path>-L, --logical-replication-r, --ref <id>get-db/sdkimport { instantPostgres } from "get-db/sdk";
const db = await instantPostgres();
console.log(db.connectionString);curl -X POST https://pg.new/api/v1/database \
-H "Content-Type: application/json" \
-d '{"ref":"my-app"}'npx get-dbDATABASE_URLSELECT 1.envDATABASE_URLPUBLIC_CLAIM_URLDROPTRUNCATEDELETE