@instantlyai/sdk package provides typed access to the Instantly API from TypeScript or JavaScript.
Why use the SDK?
Typed resources
Use generated request and response types in your editor.
Concise methods
Call resource methods such as
instantly.campaigns.list() and instantly.campaigns.create().API coverage
Access resource namespaces generated from the Instantly OpenAPI schema.
Flexible client
Configure the base URL, headers, middleware, or a custom
fetch implementation.Requirements
- Node.js 22 or later.
- An Instantly workspace with an API v2 key.
Next steps
SDK quickstart
Install the package and list your campaigns.
View on npm
Check the package version, README, and release details.