Prerequisites
- Node.js 22 or newer
- an OpenComputer account
1. Create the agent
. instead of my-agent to initialize an empty current directory. The
initializer creates one hello-world agent.
2. Log in
https://app.opencomputer.dev is used by default.
3. Watch development deployments
opencomputer/, and deploys
changes to development. Open the dashboard playground or use the CLI to send
a message.
The watcher stays open like a live-reload development process:
This command does not start a local agent server or a browser application.
4. Change the agent
Editopencomputer/agents/hello-world/agent.ts:
5. Deploy to production
production
alias. Development remains available for subsequent edits.
See Deployments and environments for aliases and
version history.
Projects
Add more agents and understand project bindings.
Reactive agents
Add models, tools, MCP servers, and subagents.