Projects
Group multiple agents in one repository.
Reactive agents
Build agent behavior with a function and conditional hooks.
Deployments
Move immutable agent versions through Development and Production.
Sessions
Stream responses and inspect durable conversations.
Capabilities
Choose between tools, MCP servers, skills, and subagents.
Secrets
Declare secret-backed connections without exposing credentials to agents.
Logs
Follow agent and outbound-request activity from the CLI.
Start a project
development.
There is no local agent server. Agent code runs in OpenComputer’s managed
development cloud.
What is available today
- TypeScript projects containing one or more agents
- reactive instructions, model selection, tools, subagents, MCP servers, input metadata, and session data reads
- cloud development with file watching and automatic synchronization
- dashboard and CLI playground sessions
- immutable deployments promoted through aliases such as
production - project-level secrets with optional agent overrides and constrained outbound requests
- indexed runtime and egress logs available from the CLI
opencomputer/. The dashboard
is primarily for selecting environments, testing agents, and inspecting what
was deployed.