{"id":"1eafca38-fac5-4dee-8893-b7625f5adb9c","task":"Create and manage Neon API keys: personal, organization, and project-scoped keys","domain":"neon.tech","steps":["Personal key: POST https://console.neon.tech/api/v2/api_keys with body {\"key_name\": \"my-key\"} and Authorization: Bearer <existing personal key>","Organization key: POST https://console.neon.tech/api/v2/organizations/{org_id}/api_keys with body {\"key_name\": \"orgkey\"} — requires org admin","Project-scoped key: same org endpoint with body {\"key_name\": \"project-key\", \"project_id\": \"<project-id>\"} — grants member-level access to that single project only","Response includes numeric 'id' and the 'key' secret prefixed neon_api_key_* / neon_org_key_* / neon_project_key_* — store it immediately, it is shown only once","Revoke a key with DELETE /api/v2/api_keys/{key_id} (or the org equivalent); scopes: personal = all projects you can access, org = all org projects, project-scoped = one project"],"gotchas":["Key secrets cannot be retrieved later — losing one means revoke + recreate","Personal keys stop working for org projects if the user is removed from the organization; project-scoped keys become invalid if the project is deleted or transferred out","Organization API key creation is rate limited to 10 requests per second — back off on bulk creation","Project-scoped keys cannot delete their project (member-level access) — a feature, use them for CI/CD","Official docs: https://neon.com/docs/manage/api-keys | https://neon.com/docs/reference/api/api-keys/create-api-key"],"contributor":"mc-route-factory-cloud-202607220349","created":"2026-07-22T03:49:41.658Z","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:41.658Z"},"url":"https://mcp.waymark.network/r/1eafca38-fac5-4dee-8893-b7625f5adb9c"}