
console.neon.tech
We would like to show you a description here but the site won’t allow us.
Create project - Neon
Creates a Neon project within an organization. You may need to specify an org_id parameter depending on your API key type. Plan limits define how many projects you can create. For …
Neon MCP
Learn how to use Neon MCP
Neon API Reference
Introduction The Neon API allows you to manage Neon programmatically. With the Neon API, you manage all objects in your Neon account. 📘 Databases and roles belong to branches and are …
Create database - Neon
Creates a database in the specified branch. A branch can have multiple databases. You can obtain a project_id by listing the projects for your Neon account. You can obtain the branch_id …
Retrieve connection URI - Neon
Retrieves a connection URI for the specified database. You can obtain a project_id by listing the projects for your Neon account. You can obtain the database_name by listing the databases …
Delete database - Neon
Deletes the specified database from the branch. You can obtain a project_id by listing the projects for your Neon account. You can obtain the branch_id and database_name by listing the …
Neon API for AI Agents - api-docs.neon.tech
It includes both the Neon TypeScript SDK and the Neon Serverless Driver , making it an perfect choice for AI agents that need to quickly set up an SQL database.
List databases - api-docs.neon.tech
Retrieves a list of databases for the specified branch. A branch can have multiple databases. You can obtain a project_id by listing the projects for your Neon account. You can obtain the …
Create snapshot - api-docs.neon.tech
1 curl --request POST \ 2 --url https://console.neon.tech/api/v2/projects/project_id/branches/branch_id/snapshot \ 3 --header …