Introduction
The KloudDeploy API enables you to programmatically manage deployments, LaunchPacks, and account resources.
Overview
With the KloudDeploy API, you can:
- Manage Deployments: Create, deploy, monitor, and close workloads programmatically
- Access LaunchPacks: Browse and retrieve pre-configured deployment templates
- Monitor Resources: Get deployment logs, events, and status information
- Check Account Balance: Query your account balance
Authentication
All API requests require authentication using a Bearer token in the Authorization header:
Authorization: Bearer <your-api-key>
Learn how to obtain your API key in the Getting Started guide.
Getting Started
To begin using the KloudDeploy API:
- Obtain your API key from the Web UI
- Review the API Reference below for detailed endpoint documentation
- Start making authenticated requests to manage your deployments
Support
For questions or issues with the API, join our Discord Server and chat with our team.