Actions
| Name | Description |
|---|---|
create_projectCreate a new Neon project | Create a new Neon project |
list_projectsList all Neon projects | List all Neon projects |
create_branchCreate a new branch in a project | Create a new branch in a project |
get_projectGet details of a specific Neon project | Get details of a specific Neon project |
custom_api_callMake a custom API call to the Neon API | Make a custom API call to the Neon API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'neon-db',
actionName: 'create_project',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Neon to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Neon support?
Neon supports 5 actions including Create Project, List Projects, Create Branch, Get Project, Custom API Call.
Can I use Neon with AI agents?
Yes. Add Neon to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Neon use?
Neon uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Neon integration cost?
The Neon integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Neon in 2 minutes
Get 1,000 free actions every month. No credit card required.