Multiple people can share a Box0 server. Each person gets their own API key and can be added to workspaces for shared access.
On the server machine (admin):
b0 invite aliceThis prints Alice's API key.
If you need a dedicated admin account for another service on an existing Box0 server, run:
b0 admin ensure --db ~/.b0/b0.db --name service-admin --key b0_service_admin_keyb0 workspace create dev-teamb0 workspace add-member dev-team <alice-user-id>On Alice's laptop:
b0 login http://server:8080 --key <alice-key>The CLI auto-configures the default workspace from Alice's membership.
b0 agent add reviewer --workspace dev-team --instructions "Code reviewer."b0 delegate --workspace dev-team reviewer "Review src/main.rs"b0 wait- Each user gets a personal workspace on creation.
- Users can be in multiple workspaces. Use
--workspaceto select which one. - Agents in a workspace are visible to all workspace members.
- Only the agent creator can remove or update their agents.
b0 workspace ls