Node.js SDKs

Use the IONOS Cloud Node.js SDKs to build Node.js apps on IONOS Cloud. Each SDK is available on npm.

Available Node.js SDKs

Core Infrastructure

Database

Containers

Security

Quick Start

Install the Cloud API Node.js SDK:

npm install @ionos-cloud/sdk-nodejs

Set up a client:

Use a token instead:

Authentication

All Node.js SDKs use the same credentials. Store them in environment variables and keep them out of your source code.

GitHub Repositories

All Node.js SDKs are open source on GitHub under ionos-cloudarrow-up-right. Product SDKs follow the pattern @ionos-cloud/sdk-nodejs-{service}.

Last updated

Was this helpful?