Getting Started
The Integration API is created for companies, developers, or organizations that run SaaS platforms requiring programatic deployments of new workloads. It can also be used on CI/CD pipelines.
This guide will walk you through obtaining your API key from the KloudDeploy Web UI and cover the basic flow of deployment.
API Key
- Login to the Web UI of KloudDeploy
- Click on Settings on the left side bar
- Click on API Keys
- Scroll to Integration API Keys section
- Click Create New Key button
- Fill in a name to easily reference this key in the future
- Copy the key as it will only be displayed once.
That's it! Now you can use this key to deploy new workloads programatically or use it for CI/CD.
Deployment Flow
- Get LaunchPack ID with Get list of LaunchPacks or Search LaunchPack by name
- Create a deployment with Create deployment
- Confirm deployment with Execute deployment