Do I need a specific agent?
No. Bring Claude Code, Cursor, or whatever you use. Shed takes the output.
Shed cloud
Give Shed the code. It runs in your team's environment and gives you a link. No deployment, configuration, or copied secrets.
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.2sDone — it's live for your team.
shed.sh/northwind/customer-briefYour 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.
Make this deployable with Shed.
Created Shedfile from the project
service: webruntime: node@22start: pnpm start use: - customers-db - workspace-identityEach deployment runs separately and receives only the environment resources declared in its Shedfile. Small tools stay predictable instead of becoming tangled infrastructure.
service: web HealthyWeb apps, APIs, workers, and scheduled jobs use the same small declaration. Your agent writes the right Shedfile for the project.
service: webruntime: node@22start: pnpm startuse: customers-dbNo. Bring Claude Code, Cursor, or whatever you use. Shed takes the output.
Shed can run there. They provide the runtime; Shed provides the environment and sharing.
Only if you want. Point the environment at your own infrastructure.