Cloudbox
Home Demo Docs
Start here
  • Overview
  • Quickstart
  • Demo
Understand
  • Concepts
  • Architecture
Use it
  • Recipes
  • CI/CD smoke tests
  • Bring your agent
  • Give your agent a browser
  • Proof runs
  • Runner readiness
  • Workspace protocol
  • Tool plugins
  • API reference
Patterns

Recipes

Small patterns for using Cloudbox in CI, with agents, and as a proof-producing computer for repo work.

Use recipes when you know the job and need the smallest working pattern.

CI/CD smoke tests

Prove your deployed runner can boot, execute, verify, and return a causal artifact.

Bring your agent

Let your agent emit a structured run, then use Cloudbox as the computer/proof layer.

Give your agent a browser

Add Chrome next to Cloudbox repo tools, with optional profile reuse for logged-in flows.

Proof runs

Clean-room repo checks that return a handoff, receipts, and an artifact.

Runner readiness

Continuously check the computer lifecycle: start, ready, response.

Evaluation workspace protocol

Secondary surface for typed ComputerSpec tasks, collaborators, submissions, receipts, and grading.

Tool plugins

Expose a materialized computer as typed env_* tools with createCloudboxTools, then hand them to any agent runner.

Core loop

Every recipe should preserve the same shape:

repo -> fresh Cloudflare computer -> live steering -> explicit verification -> artifact + diff + receipts

If the artifact is not caused by the run, it is not proof. If the receipt is missing, the claim did not happen.

Previous
← Architecture
Next
CI/CD smoke tests →