Skip to main content
Connect your Neon account via OAuth and let your AI agents manage your serverless Postgres infrastructure: create projects, branch databases for development, execute SQL queries, and manage endpoints — all from Mantle.

What you unlock

Database management

Create and manage Postgres databases, branches, and roles across your Neon projects.

Branch workflows

Create database branches for development and testing — instant copies of your production data.

SQL execution

Execute SQL queries through your agent — check data, run migrations, or debug issues.

Infrastructure control

Manage compute endpoints, connection URIs, and project settings from chat.

Connect Neon

1

Open Settings → Integrations

In any workspace go to Settings → Integrations and select Neon.
2

Authorize with OAuth

Click Connect and sign in to your Neon account. Grant Mantle the requested permissions to access your projects and databases.
3

Confirm the connection

Once authorized, you’ll be redirected back to Mantle. The integration status will show as connected.

Agent tools

Any agent in your workspace can use Neon tools once the integration is connected.

Projects

ToolDescription
List projectsList all projects in your Neon account
Get projectRetrieve details of a specific project
Create projectCreate a new Neon project with settings
Update projectModify project configuration and settings
Delete projectRemove a project and all its data

Branches & Databases

ToolDescription
Create branchCreate a new branch from an existing one
List branchesList all branches in a project
Create databaseCreate a new database on a branch
Get schemaRetrieve the schema for a project branch
Compare schemasCompare schemas between branches
Set default branchSet a branch as the default for the project

Endpoints & Roles

ToolDescription
Create endpointCreate a compute endpoint for a branch
Get connection URIRetrieve the connection string for an endpoint
Add roleCreate a new database role on a branch
Reset passwordReset the password for a database role
List regionsList available Neon regions

Triggers

Automated triggers for Neon are not yet available. Triggers will be added in a future update — check back soon.

Example use cases

Ask your agent to create a Neon branch from production for a new feature — it creates the branch, sets up a compute endpoint, and returns the connection string ready to use in your development environment.
Ask “How many users signed up this week?” and the agent executes the SQL query against your database and returns the result inline — no database client needed.
Before merging a feature branch, ask your agent to compare the branch schema against the main branch. It highlights new tables, modified columns, and missing indexes.

Troubleshooting

Make sure you are signing in with a Neon account that has access to the projects you want to manage. If the connection fails, try disconnecting and reconnecting from Settings → Integrations → Neon.
Verify the connected Neon account has access to the project. If the project belongs to an organization, ensure your account has the correct organization membership.
Neon compute endpoints auto-suspend after inactivity. The first query after suspension may take a moment while the endpoint wakes up. If timeouts persist, check your endpoint’s auto-suspend configuration.
Check that your Neon plan allows the number of branches you need. Free tier accounts have branch limits. Verify the source branch exists and has available capacity.

Back to Integrations

View all available integrations