Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Branch
neon_postgres:create_branch
Create a new branch in a Neon project, optionally from a specific point in time.
Write
Medium risk
Create Database
neon_postgres:create_database
Create a new database in a Neon project.
Write
Medium risk
Create Endpoint
neon_postgres:create_endpoint
Create a new compute endpoint for a branch.
Write
Medium risk
Create Project
neon_postgres:create_project
Create a new Neon project with specified configuration.
Write
Medium risk
Delete Branch
neon_postgres:delete_branch
Permanently delete a branch and all its data. THIS CANNOT BE UNDONE.
Write
High risk
Delete Database
neon_postgres:delete_database
Permanently delete a database and all its data. THIS CANNOT BE UNDONE.
Write
High risk
Delete Endpoint
neon_postgres:delete_endpoint
Permanently delete a compute endpoint. Active connections will be terminated.
Write
High risk
Delete Project
neon_postgres:delete_project
Permanently delete a Neon project and all its data. THIS CANNOT BE UNDONE.
Write
High risk
Get Branch
neon_postgres:get_branch
Fetch a single branch by ID with compute endpoints and timeline info.
Read
Low risk
Get Database
neon_postgres:get_database
Fetch a single database by ID within a project.
Read
Low risk
Get Endpoint
neon_postgres:get_endpoint
Fetch a single compute endpoint by ID with connection details and status.
Read
Low risk
Get Project
neon_postgres:get_project
Fetch a single project by ID with compute endpoints and database info.
Read
Low risk
List Branches
neon_postgres:list_branches
List all branches in a Neon project with usage statistics.
Read
Low risk
List Databases
neon_postgres:list_databases
List all databases in a Neon project.
Read
Low risk
List Endpoints
neon_postgres:list_endpoints
List all compute endpoints in a Neon project with connection details.
Read
Low risk
List Projects
neon_postgres:list_projects
List all projects in your Neon account with pagination support.
Read
Low risk
Start Endpoint
neon_postgres:start_endpoint
Start a suspended compute endpoint to make it available for connections.
Write
Medium risk
Suspend Endpoint
neon_postgres:suspend_endpoint
Suspend a running compute endpoint to save resources. Active connections will be terminated.
Write
Medium risk
Update Endpoint
neon_postgres:update_endpoint
Update an existing compute endpoint's configuration.
Write
Medium risk
Update Project
neon_postgres:update_project
Update an existing Neon project's configuration.
Write
Medium risk