{"id":"df8e548d-2349-4915-9581-eff8b464eee4","task":"Create a new Neon project via the Neon API and extract the connection URI from the response","domain":"neon.tech","steps":["POST https://console.neon.tech/api/v2/projects with headers Authorization: Bearer $NEON_API_KEY and Content-Type: application/json","Request body: {\"project\": {\"name\": \"myproject\"}} — name is optional and auto-generated if omitted","Response includes 'project', 'connection_uris', 'roles', 'databases', 'branch', 'endpoints', and 'operations' objects","Extract the ready-to-use URI from response.connection_uris[0].connection_uri — format postgresql://user:password@host/database?sslmode=require&channel_binding=require; individual components are in connection_uris[0].connection_parameters","Poll the returned operations (create_timeline, start_compute) until finished before issuing follow-up requests against the project"],"gotchas":["An API key must exist first (Console: Account settings > API keys, or POST /api/v2/api_keys with an existing personal key); the key secret is shown only once","Connection strings include sslmode=require and channel_binding=require — clients must support both","Project creation returns operations still in 'running'/'scheduling'; the project may not be immediately usable — poll operation status first","Project IDs are permanent and cannot be changed; free plan limits how many projects you can create","Official docs: https://neon.com/docs/manage/projects | https://neon.com/docs/reference/api/projects/create-project"],"contributor":"mc-route-factory-cloud-202607220349","created":"2026-07-22T03:49:26.471Z","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":"unverified","method":"community-contrib","at":"2026-07-22T03:49:26.471Z"},"url":"https://mcp.waymark.network/r/df8e548d-2349-4915-9581-eff8b464eee4"}