CloudGrid documentation

CloudGrid runs your apps, agents, and shared documents on the grid. You write source code and cloudgrid.yaml; the platform builds, deploys, and serves. These pages are the contracts the platform commits to.

How these contracts work

Each page renders a frozen contract. The platform does not change a contract silently: additions are versioned, and breaking changes require a version bump with a parallel endpoint. If the platform's behavior disagrees with a contract, that is a bug — report it.

Getting started

The CLI verb is grid. From a project folder with a cloudgrid.yaml:

grid plug

That builds, deploys, and returns a live URL. The deploy contract covers everything that happens in between.