Shed cloud

A cloud for everything your agents build.

Give Shed the code. It runs in your team's environment and gives you a link. No deployment, configuration, or copied secrets.

agent / customer-briefSession

Deploy this tool for the team.

I'll deploy customer-brief with the Northwind environment.

Thinking… checking the project and its environment

Running 1 tool…

$ shed build ./customer-brief --env northwind/production

Reading project12 files

Detecting runtimeNode.js 22

Binding environment4 resources

Building servicecomplete

Starting instancehealthy

Deploying…

4.2s

Done — it's live for your team.

shed.sh/northwind/customer-brief

One file between code and cloud.

Your agent generates a Shedfile from the project. It describes how the tool runs and which environment resources it needs. You don't write deployment config.

agent / customer-briefproject

Make this deployable with Shed.

Created Shedfile from the project

Shedfilenew
01service: web
02runtime: node@22
03start: pnpm start
04 
05use:
06  - customers-db
07  - workspace-identity
Ready to deploy

Every tool gets its own boundary.

Each deployment runs separately and receives only the environment resources declared in its Shedfile. Small tools stay predictable instead of becoming tangled infrastructure.

northwind / production 3 tools healthy
customer-briefinvoice-reviewweekly-report
Isolated runtime
Node.js 22customer-briefservice: web Healthy
DBcustomers-dbconnected
IDworkspace identityconnected

One format. Many kinds of software.

Web apps, APIs, workers, and scheduled jobs use the same small declaration. Your agent writes the right Shedfile for the project.

Use caseInternal dashboard
Ready
Shedfile
01service: web
02runtime: node@22
03start: pnpm start
04use: customers-db

The short answers.

Do I need a specific agent?

No. Bring Claude Code, Cursor, or whatever you use. Shed takes the output.

Why not Cloud Run or Workers?

Shed can run there. They provide the runtime; Shed provides the environment and sharing.

Does our code leave our network?

Only if you want. Point the environment at your own infrastructure.

Small software should be as easy to share as a doc.

Connect your first environment