runtools deploy. You author and version everything locally — there’s no runtools dev server to babysit, just edit and deploy.
Create a project
Validate Before Deploy
Project Config
runtools.config.ts
Development Loop
- Edit
tools/*.ts,sandboxes/*.ts, oragents/*.ts. - Run
runtools deploy --dry-run. - Deploy the changed resource type.
- Test with
runtools tool exec,runtools sandbox exec, orruntools agent run.
Sandbox Definitions
sandboxes/dev-env.ts
Agent Definitions
agents/example-agent.ts
Tool Definitions
tools/example-tool.ts