Skip to content

User guide

A Software Development Kit (SDK) is a collection of tools, libraries, code samples, and guides that help you develop software applications quickly and easily. SDKs are a great way to learn a new platform and accelerate your development process.

The STACKIT Python SDK simplifies access to our STACKIT APIs and services, helping you with your daily development work. You can find the SDK at these locations:


The SDK’s modules are structured into a Core module with authentication and shared functionality, as well as separate modules for different STACKIT services.

You need to setup the STACKIT Python SDK before you can use it. See the Setup guide for detailed instructions.

You can find examples of how to use the SDK in the STACKIT Python SDK examples on GitHub.

To authenticate with the SDK, you need a service account with the correct permissions. Learn more about service accounts or authentication using the Authentication guide.