The Platform reference covers the tools for working with the CloudCannon backend programmatically, plus the access controls that govern what your team can do. Use these to automate your organizations, projects, sites, and builds, and to manage who can perform which actions. The CLI and SDK are the easiest way in; the API is there when you need direct access.
CLI#
The CloudCannon CLI manages your organizations, sites, builds, files, and form submissions from the terminal, and can generate CloudCannon configuration files for your site.
TypeScript SDK#
The SDK is a typed client for the CloudCannon API, with a sub-client for each resource and built-in pagination, sorting, and filtering.
API#
The CloudCannon API lets you manage your organizations, projects, sites, builds, and more programmatically. The reference covers every endpoint, grouped by resource, with parameters and example requests.
Permissions#
Permissions control what actions your team members can perform within your Organization. They are configured through Permission Groups and use the same scopes and actions that govern API access.