Ruby SDKs

Use the IONOS Cloud Ruby SDKs to build Ruby apps on IONOS Cloud. Each SDK is published as a RubyGem.

Available Ruby SDKs

Core Infrastructure

Database

Containers and Compute

Security

Quick Start

Add the Cloud API Ruby SDK to your Gemfile:

gem 'ionoscloud'

Then run:

Or install directly:

Configure and initialise a client:

For token-based authentication:

Authentication

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

GitHub Repositories

All Ruby SDKs are open source under the ionos-cloudarrow-up-right organisation on GitHub. They are published to RubyGems.org and follow the naming convention ionoscloud-{service} for product SDKs.

Last updated

Was this helpful?