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 Database
neon:create_database
Create a new database in a Neon project.
Write
Medium risk
Create Endpoint
neon:create_endpoint
Create a new compute endpoint for a branch in a Neon project.
Write
Medium risk
Create Project
neon:create_project
Create a new Neon project with specified configuration.
Write
Medium risk
Delete Database
neon:delete_database
Permanently delete a database and all its data from a Neon project.
Write
High risk
Delete Endpoint
neon:delete_endpoint
Permanently delete a compute endpoint from a Neon project.
Write
High risk
Delete Project
neon:delete_project
Permanently delete a Neon project and all its databases, endpoints, and data.
Write
High risk
Get Database
neon:get_database
Fetch a single database by ID within a project.
Read
Low risk
Get Endpoint
neon:get_endpoint
Fetch a single compute endpoint by ID with connection details and status.
Read
Low risk
Get Project
neon:get_project
Fetch a single project by ID with database and compute endpoint details.
Read
Low risk
List Databases
neon:list_databases
List all databases in a Neon project.
Read
Low risk
List Endpoints
neon:list_endpoints
List all compute endpoints in a Neon project with their connection details.
Read
Low risk
List Projects
neon:list_projects
List all projects in your Neon account with pagination support.
Read
Low risk
Start Endpoint
neon:start_endpoint
Start a compute endpoint that is currently stopped.
Write
Medium risk
Suspend Endpoint
neon:suspend_endpoint
Suspend a running compute endpoint to save resources.
Write
Medium risk
Update Endpoint
neon:update_endpoint
Update an existing compute endpoint's configuration.
Write
Medium risk
Update Project
neon:update_project
Update an existing Neon project's configuration.
Write
Medium risk