BLUE

OPENCOMPUTER BLUE

The durable agent framework.

Agent code in blue/. React in src/. Live development, durable sessions, explicit deployments.

01 · SIGN UP

Authenticate once

npx -y @opencomputer/blue@latest login

The browser opens for signup or login. Your account remains the owner of every project.

02 · PROJECT

Create a development environment

blue projects create "My agent"

Blue creates development and production environments and prints a scoped development key once.

03 · CODE

Initialize the framework

npm create @opencomputer/blue@latest my-agent
cd my-agent
npm run dev

Edit agents, tools, routing, connections, channels and schedules in blue/. Build the steering UI in src/.

ONE PROJECT, THE WHOLE SYSTEM

Everything your agents make and use.

SessionsFilesConnectionsChannelsSchedulesAgent schemaDeploymentsAccess tokens

Open a project with /projects/<project-id>#token=<development-key> to inspect its live resources.