Neon · Capability
Neon Management API — Roles
Neon Management API — Roles. 5 operations. Lead operation: List roles. Self-contained Naftiko capability covering one Neon business surface.
What You Can Do
GET
Listprojectbranchroles
— List roles
/v1/projects/{project-id}/branches/{branch-id}/roles
POST
Createprojectbranchrole
— Create a role
/v1/projects/{project-id}/branches/{branch-id}/roles
GET
Getprojectbranchrole
— Retrieve role details
/v1/projects/{project-id}/branches/{branch-id}/roles/{role-name}
DELETE
Deleteprojectbranchrole
— Delete a role
/v1/projects/{project-id}/branches/{branch-id}/roles/{role-name}
POST
Resetprojectbranchrolepassword
— Reset role password
/v1/projects/{project-id}/branches/{branch-id}/roles/{role-name}/reset-password
MCP Tools
list-roles
List roles
read-only
idempotent
create-role
Create a role
retrieve-role-details
Retrieve role details
read-only
idempotent
delete-role
Delete a role
idempotent
reset-role-password
Reset role password