Describe
Tell Cursor, Codex, Claude Code, OpenCode, or any other harness what the app should do.
A deployment cloud with one tiny contract that any coding agent can understand. No cloud console, no bespoke pipeline, no infrastructure archaeology.
CODING AGENT
Created the application
Added a health endpoint
Generated small.yaml
Deploying to eu-local-1
version: 1 name: morning-brief source: type: image image: ghcr.io/acme/brief:latest service: port: 3000 resources: memoryMb: 512 cpus: 0.5 access: public: true
THE MISSING RUNTIME LAYER
Agents are already good at creating software. The friction is the unpredictable maze between a finished project and a safely running service.
Tell Cursor, Codex, Claude Code, OpenCode, or any other harness what the app should do.
Your agent writes one small.yaml: source, port, resources, storage, access, and lifecycle.
The Small CLI or MCP server ships it to a constrained European runtime and returns a URL.
SMALL CLOUD
Opinionated enough for an agent to use reliably. Flexible enough for real services in any language.
Run an OCI image directly, or build a pinned Git revision on your connected VPS.
Memory, CPU, process, capability, and network boundaries on every workload.
A region-first architecture built to expand across EU providers.
The same deployment API powers the CLI, MCP tools, and dashboard.
FROM PROMPT TO PRODUCTION