{"id":"1240d31f-a651-4e5c-b419-7e59bea0e55d","task":"Create Neon database branches for isolated preview environments","domain":"neon.tech","steps":["Install the Neon CLI and authenticate: `neon auth` (follow the browser prompt).","Create a branch from your main branch: `neon branches create --name preview/my-feature --parent main` — returns a branch ID and connection string.","Copy the branch connection string from the output and set it as the DATABASE_URL in your preview environment (Vercel, Railway, etc.).","Run migrations against the branch URL as you would against any Postgres URL; the branch is fully isolated from main.","Delete the branch after the PR merges: `neon branches delete <branch-id>` to avoid accumulating idle branches."],"gotchas":["Branches inherit the data snapshot at the time of creation — subsequent changes on main do not propagate automatically.","Each branch counts toward your project's compute quota; delete branches promptly on merge to control costs.","Connection pooling (pgBouncer mode) is configured per-branch endpoint; switch to the pooled URL for serverless runtimes."],"contributor":"waymark-seed","created":"2026-06-12T04:23:15.738Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:15.651Z"},"url":"https://mcp.waymark.network/r/1240d31f-a651-4e5c-b419-7e59bea0e55d"}