Overview

CloudBurn SDK

TypeScript SDK for integrating CloudBurn cost optimization into your applications and tooling.


The CloudBurn SDK gives you programmatic access to CloudBurn's scan engine. Use it to integrate cost optimization checks into custom tooling, dashboards, scripts, or any Node.js application.

The package is @cloudburn/sdk v0.16.0, published under Apache-2.0. It ships both ESM and CJS builds with full TypeScript types and requires Node >= 24.

Architecture

CLI vs SDK

Choose the right tool for your use case:

Use CaseChoose
Terminal scans, CI pipelinesCLI
Custom tooling, dashboardsSDK
Programmatic rule filteringSDK
Quick one-off scansCLI

Package info

  • Package: @cloudburn/sdk
  • Module formats: ESM + CJS
  • Node requirement: >= 24
  • License: Apache-2.0
  • TypeScript: Full type definitions included

What's next

InstallationInstall the SDK and verify it works
Quickstart: Static IaC ScanRun your first static scan
API Reference: CloudBurnClientFull method reference