Developer Resources

Everything you need to build, extend, and integrate with CloudSlash. The plugin SDK is Apache 2.0 — build proprietary plugins with zero restrictions.

CLI Reference

Full command-line interface for scanning, analyzing, and remediating cloud waste. Every command documented with examples.

$ cs scan --provider aws --region us-east-1

Plugin SDK

Build custom plugins for any cloud provider or service. Apache 2.0 licensed — build proprietary, closed-source plugins. Communicates via gRPC network sockets.

$ cs plugin init my-provider --type provider

Plugin Registry

Browse, install, and publish plugins. Every plugin is checksum-verified and signed. Community-driven marketplace for cloud infrastructure extensions.

$ cs registry install aws-provider

API Reference

REST API for integrating CloudSlash into your CI/CD pipelines, internal tools, and automation workflows. Full OpenAPI spec available.

GET /api/v1/plugins?q=kubernetes

Policy Engine

Write custom CEL (Common Expression Language) policies to enforce cost limits, compliance rules, and governance across your infrastructure.

$ cs policy apply --file cost-limit.cel

CI/CD Cost Gate

Integrate CloudSlash into your deployment pipeline. Block deployments that would increase cloud waste above your threshold.

$ cs cost-gate --threshold 15% --fail-on-increase

Build with CloudSlash.

Open-source core. Apache 2.0 plugin SDK. Ship what you want.

Read the Docs