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_api_keys:create_branch
Create a new branch in a Neon project.
Write
Medium risk
Create Database
neon_api_keys:create_database
Create a new database in a Neon project.
Write
Medium risk
Create Endpoint
neon_api_keys:create_endpoint
Create a new compute endpoint in a Neon project.
Write
Medium risk
Create Project
neon_api_keys:create_project
Create a new Neon project with specified configuration.
Write
Medium risk
Delete Branch
neon_api_keys:delete_branch
Permanently delete a branch and all its data.
Write
High risk
Delete Database
neon_api_keys:delete_database
Permanently delete a database and all its data.
Write
High risk
Delete Endpoint
neon_api_keys:delete_endpoint
Permanently delete a compute endpoint.
Write
High risk
Delete Project
neon_api_keys:delete_project
Permanently delete a Neon project and all its data.
Write
High risk
Get Branch
neon_api_keys:get_branch
Fetch a single branch by ID with timeline and parent information.
Read
Low risk
Get Database
neon_api_keys:get_database
Fetch a single database by ID within a project.
Read
Low risk
Get Endpoint
neon_api_keys:get_endpoint
Fetch a single compute endpoint by ID with connection details.
Read
Low risk
Get Project
neon_api_keys:get_project
Fetch a single project by ID with database and compute endpoint details.
Read
Low risk
List Branches
neon_api_keys:list_branches
List all branches in a Neon project.
Read
Low risk
List Databases
neon_api_keys:list_databases
List all databases in a Neon project.
Read
Low risk
List Endpoints
neon_api_keys:list_endpoints
List all compute endpoints in a Neon project.
Read
Low risk
List Projects
neon_api_keys:list_projects
List all projects in your Neon account with pagination support.
Read
Low risk
Start Endpoint
neon_api_keys:start_endpoint
Start a suspended compute endpoint.
Write
Medium risk
Suspend Endpoint
neon_api_keys:suspend_endpoint
Suspend a running compute endpoint to save resources.
Write
Medium risk
Update Branch
neon_api_keys:update_branch
Update an existing branch's configuration.
Write
Medium risk
Update Database
neon_api_keys:update_database
Update an existing database's configuration.
Write
Medium risk
Update Endpoint
neon_api_keys:update_endpoint
Update an existing compute endpoint's configuration.
Write
Medium risk
Update Project
neon_api_keys:update_project
Update an existing Neon project's configuration.
Write
Medium risk