What a deployment is
A deployment is one provisioned service line — a single quoted or sold unit of delivery, tracked end to end. Every deployment carries a permanent identifier:DEP- followed by 8 digits. It is minted once and never changes, even when the deployment is paused, superseded, or completed.
Cart
You add catalog items to a cart from any/products/{slug} page. A cart may mix primitives — engineers, an agent, and infrastructure can sit in one order.
Nothing is provisioned while items are in the cart. No deployment code exists yet.
Checkout
Checkout converts the cart into an order. At this point Scrums.com:- Records the order against your organisation.
- Mints a
DEP-code for each service line in the order. - Starts matching and provisioning for each line.
Claim
Claiming links a deployment to the person or team who will run it. An unclaimed deployment is provisioned but has no owner in your workspace. Claim it to attach it to a workspace, grant access, and start delivery.Claim is an ownership action, not a payment action. Checkout creates the deployment. Claim decides who operates it.
Deployment lifecycle
A deployment never loses its code. Status changes; identity does not.
Where to look next
- Catalog Overview — how items are organised
- Administration — billing against deployments