# Neon AI agent for Slack & Microsoft Teams

Viktor is an AI employee that connects to Neon through a managed connector and helps you query and maintain application databases, running 35 Neon actions for you like Fetch, Search, and Run sql. Ask in plain English in Slack or Microsoft Teams; Viktor does the work in Neon and reports back. Setup takes about two minutes.

- Tool: Neon
- Category: Productivity
- Connection: Managed connector
- Actions available: 35
- Works from: Slack and Microsoft Teams
- Page: https://viktor.com/integrations/neon-2

## What can you ask Viktor to do in Neon?

- "Query Neon for last month's signups and summarize the trend."
- "Check Neon for slow queries this week and flag the worst offenders."
- "Sync new records from Neon into a sheet every morning."
- "Watch Neon for a spike in errors and alert me with the likely cause."

## What can Viktor do in Neon? (35 actions)

- **Search** - Search across all organizations, projects, and branches by keyword. Returns matching items with id, title, and URL. Query must be at least 3 characters. Do not use when you need all projects (use listprojects instead).
- **Compare database schema**
- **List docs resources**
- **Get doc resource**
- **Load resource**
- **List organizations** - List all organizations the current user belongs to. Supports optional search parameter to filter by name or ID.
- **Run sql transaction**
- **Describe project** - Get details and configuration of a specific Neon project. Do not use when you need to list all projects (use listprojects instead).
- **Get connection string** - Get a PostgreSQL connection string for a Neon database. All parameters are optional; the tool resolves the project, branch, and database automatically if not specified. In read-only mode, this tool can only return connection strings for read-replica endpoints. If no read replica exists and the user needs a DATABASEURL, explain that limitation and guide them to to copy the DATABASEURL manually.
- **Get database tables** - List all tables in a Neon database. Do not use when you need column-level detail for a specific table (use describetableschema instead).
- **Fetch** - Fetch detailed information about a specific organization, project, or branch using the ID returned by the search tool.
- **List branch computes** - List compute endpoints for a project or branch. Do not use when you need a connection string (use getconnectionstring instead).
- **List log fields** - List the log fields (labels) you can filter on for a branch, such as servicename, severitytext, scopename, and entitytype. Use this before querylogs or listlogfieldvalues to discover valid field names.
- **Prepare database migration**
- **Provision neon data api**
- **Prepare query tuning**
- **Configure neon auth**
- **Reset from parent** - Reset a branch to its parent's current state, discarding all changes made on the branch. NEVER run autonomously; always ask the user first. Use preserveUnderName to preserve the current state under a new branch name before resetting.
- **Delete branch** - Delete a branch and all its data. NEVER run autonomously; always ask the user first. For deleting an entire project, use deleteproject instead.
- **Complete query tuning** - Complete a query tuning session by either applying the changes to the main branch or discarding them. NEVER run autonomously; always ask the user first and verify on the temporary branch.
- **Complete database migration** - Complete a database migration by applying changes to the main branch and cleaning up the temporary branch. NEVER run autonomously; always ask the user first and verify in the temporary branch.
- **Delete project** - Delete a Neon project and all its data. NEVER run autonomously; always ask the user first. For removing single branches, use deletebranch instead.
- **Create project** - Create a new Neon project with a default database and branch. If someone is trying to create a database, use this tool. Returns a connection string for the new project automatically. Supports optional orgid (assign to a specific organization) and name parameters.
- **Explain sql statement** - Analyze the query execution plan for a SQL statement using EXPLAIN ANALYZE. Do not use when you need to execute the query for results (use runsql instead).
- **Get neon auth config**
- **Create branch** - Create a branch in a Neon project for isolated development or testing. By default the branch is created from the project's default branch; pass parentId to fork an existing non-default branch instead (e.g. to make a disposable copy of a dev/staging branch).
- **Provision neon auth**
- **Describe table schema** - Get column definitions, data types, and constraints for a specific table. Do not use when you need all tables in a database (use getdatabasetables instead).
- **List shared projects** - List projects shared with the current user for collaboration. Do not use for projects you own (use listprojects instead). Supports optional search (filter by name or ID) and limit (default 10) parameters.
- **Run sql**
- **List projects** - List Neon projects in your account. Do not use for projects shared with you (use listsharedprojects instead). Supports optional search (filter by name or ID) and limit (default 10) parameters.
- **Describe branch** - Get a tree view of all objects in a branch, including databases, schemas, tables, views, and functions. Do not use when you only need table names (use getdatabasetables instead) or column detail (use describetableschema instead).
- **List log field values** - List the distinct values of a log field (e.g. all servicename or severitytext values seen) within a branch and time window. Use this to discover concrete values to pass to querylogs. Only advertised fields (from listlogfields) resolve; others return an empty list.
- **Query logs**
- **List slow queries**

## How does Viktor work with Neon?

1. Add Viktor to Slack or Microsoft Teams.
2. Connect Neon through a managed connector - Viktor handles authentication.
3. Ask in plain English. Viktor runs the Neon actions, chains them with your other tools when needed, and reports back. Sensitive actions wait for your approval.

## What is a Neon AI agent?

A Neon AI agent is an AI that connects to your Neon account and completes work in it - it doesn't just answer questions about Neon, it takes the actions. Viktor is that agent: an AI employee that works in Neon on your behalf and delivers the finished result in Slack or Microsoft Teams.

Unlike workflow builders such as Zapier or Make, there is nothing to configure - no triggers to map, no workflows to maintain. You describe the outcome in plain English, and Viktor picks the right Neon actions, chains them with the other 3,200+ tools it connects to, and asks for approval before anything sensitive runs.

### About Neon

The database developers trust, on a serverless platform designed to help you build reliable and scalable applications faster.

## Security and permissions

- Managed connector authorization - Viktor never sees your password, and you can revoke access at any time.
- Review-first approvals: sensitive Neon actions wait for your sign-off before they run.
- Isolated compute per team, encrypted in transit and at rest - and your data is never used to train models.
- SOC 2 Type 1 compliant, with Type 2 and ISO 27001 in progress.

## FAQ

### Does Viktor integrate with Neon?

Yes. Neon is one of the 3,200+ tools Viktor connects to, via a managed connector. Once connected, anyone on your team can put Viktor to work in Neon from Slack or Microsoft Teams - no workflow builder, no code.

### How do I connect Neon to Viktor?

Ask Viktor in Slack or Microsoft Teams to connect Neon. Viktor walks you through authorizing the connection, handles authentication itself, and starts working right away. Setup takes about two minutes, and you can revoke access at any time.

### What can Viktor do in Neon?

Viktor can run 35 Neon actions, including Fetch, Search, and Run sql - and chain them with other tools in a single request. In practice that means Viktor helps you query and maintain application databases. If a task spans several actions, Viktor plans the sequence itself and reports back when the work is done.

### Do I need to build workflows to automate Neon?

No. Viktor isn't a workflow builder - there are no triggers to map and no workflows to maintain. You ask for the outcome in plain English in Slack or Microsoft Teams, and Viktor decides which Neon actions to take, runs them, and reports back.

### Is my Neon data secure with Viktor?

Yes. Viktor connects to Neon through a managed connector, runs in an isolated environment per team, and never trains models on your data. Sensitive actions wait for your approval, and you can revoke access at any time. Viktor is SOC 2 Type 1 compliant, with Type 2 and ISO 27001 in progress.

### How much does the Neon integration cost?

Nothing extra - every integration, including Neon, is available on every plan. You can start free with up to $100 in credits, no credit card required; paid plans start at $50/month.

### Can Viktor use Neon together with my other tools?

Yes - that's the point. Viktor connects to 3,200+ tools and works across them in a single run: it can pull data from Neon, cross-reference it with another tool - for example Slack or Gmail, and deliver the finished result in Slack or Microsoft Teams.

## Viktor uses Neon together with

- [Slack](https://viktor.com/integrations/slack)
- [Gmail](https://viktor.com/integrations/gmail)
- [Google Sheets](https://viktor.com/integrations/google-sheets)
- [HubSpot](https://viktor.com/integrations/hubspot)
- [Notion](https://viktor.com/integrations/notion)
- [Salesforce](https://viktor.com/integrations/salesforce)

## More Productivity integrations

- [GitHub](https://viktor.com/integrations/github)
- [Asana](https://viktor.com/integrations/asana)
- [Basecamp](https://viktor.com/integrations/basecamp)
- [Monday.com](https://viktor.com/integrations/monday-com)
- [Jira](https://viktor.com/integrations/jira)
- [Linear](https://viktor.com/integrations/linear)
- [Miro](https://viktor.com/integrations/miro)
- [ServiceM8](https://viktor.com/integrations/servicem8)

## Get started

Viktor is free to start - up to $100 in credits, no credit card required. All 3,200+ integrations are included on every plan. Sign up at https://viktor.com or browse all integrations at https://viktor.com/integrations.
