# Why we built @neondatabase/toolkit

DevFeed: [Why we built @neondatabase/toolkit](<https://devfeed.tech/articles/why-we-built-neondatabase-toolkit-5859.md>)

Original publisher: [Read original article](<https://neon.com/blog/why-neondatabase-toolkit>)

Author: David Gomes

Published: 2024-09-27T15:49:18Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api](<https://devfeed.tech/tags/api.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [http](<https://devfeed.tech/tags/http.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [react](<https://devfeed.tech/tags/react.md>), [shadcn-ui](<https://devfeed.tech/tags/shadcn-ui.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Neon introduced @neondatabase/toolkit, a unified SDK intended to make Neon capabilities easier for AI agents to use. It consolidates existing API-client and serverless packages and plans higher-level support for branching, autoscaling, and connection choices.

## Source excerpt

We recently published a package on NPM called @neondatabase/toolkit (@neon/toolkit on JSR). The idea behind it was to merge the already existing @neondatabase/api-client and @neondatabase/serverless packages into a single SDK that is easier for AI agents to consume. AI agents do...