Neon · Capability
Neon Management API — Branches
Neon Management API — Branches. 6 operations. Lead operation: List branches. Self-contained Naftiko capability covering one Neon business surface.
What You Can Do
GET
Listprojectbranches
— List branches
/v1/projects/{project-id}/branches
POST
Createprojectbranch
— Create a branch
/v1/projects/{project-id}/branches
GET
Getprojectbranch
— Retrieve branch details
/v1/projects/{project-id}/branches/{branch-id}
PATCH
Updateprojectbranch
— Update a branch
/v1/projects/{project-id}/branches/{branch-id}
DELETE
Deleteprojectbranch
— Delete a branch
/v1/projects/{project-id}/branches/{branch-id}
POST
Restoreprojectbranch
— Restore a branch
/v1/projects/{project-id}/branches/{branch-id}/restore
MCP Tools
list-branches
List branches
read-only
idempotent
create-branch
Create a branch
retrieve-branch-details
Retrieve branch details
read-only
idempotent
update-branch
Update a branch
idempotent
delete-branch
Delete a branch
idempotent
restore-branch
Restore a branch