# Introducing @neon/sdk, our new TypeScript client for the Neon API

DevFeed: [Introducing @neon/sdk, our new TypeScript client for the Neon API](<https://devfeed.tech/articles/introducing-neon-sdk-our-new-typescript-client-for-the-neon-api-5678.md>)

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

Author: Andre Landgraf

Published: 2026-07-13T12:00:00Z

Content type: article

Language: en

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

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [API](<https://devfeed.tech/topics/api.md>), [OpenAPI Specification](<https://devfeed.tech/topics/openapi.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [openapi](<https://devfeed.tech/tags/openapi.md>), [product](<https://devfeed.tech/tags/product.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

The article introduces @neon/sdk, a TypeScript client for the Neon API. It describes its generated low-level OpenAPI client and higher-level features for retries, readiness polling, pagination, error handling, and multi-step workflows.

## Source excerpt

The Neon API is open and follows the OpenAPI spec, so you can provision and manage almost everything you see in the console programmatically. But provisioning infrastructure over REST means polling operations until resources are ready. @neon/sdk adds an ergonomic, type-safe layer on top so platforms and agents don't have to.