Overview
Command Reference

Command reference

Every command, grouped by area. Run brainbase help to print this same summary in your terminal.

bash
brainbase <command> [options]

Commands

GroupCommandsReference
Authlogin · logout · whoamiauth
Agentagent create · pull · push · unpack · status · env · link · unlink · sync · run · publishagent
Templatestemplate pack · publish · search · info · onboard · list · removetemplate
Skillsskill add · list · update · remove · search · info · publishskill
Orchestrationsorchestration create · list · pull · push · status · add-agentorchestration
Tokenstoken create · list · revoke · cleartoken

Global flags

FlagApplies toDescription
--yes, -ymost commandsSkip confirmations / auto-overwrite.
--harness <id>onboard, sync, agent create / pull / unpack, orchestration pull / add-agentForce the harness (e.g. claude-code).
--scope <s>onboard, sync, agentForce install scope: global or project.
--agent <id>linkAttach this folder to an existing agent non-interactively.
--no-trackinglink, agent createSkip routing LLM traffic through Brainbase.
--trackagent createRoute LLM traffic through Brainbase (off without a TTY).
--shell <sh|fish>agent envOutput format (auto-detected from $SHELL).
--alltemplate listInclude installs from other folders.
--forceagent pull, agent pushOn pull, take cloud runtime/content changes; on push, keep local conflicts. It cannot change machine_kind.
--run-entrypointagent pullExecute the agent entrypoint after pulling.
--graph-onlyorchestration pushPush members, edges, edge settings, and schedule triggers without pushing member-agent content.
--no-pushorchestration add-agentCreate / wire locally but skip the push.
--web <url>loginWeb app URL.
--org <id-or-slug> / --team <id>agent create, orchestration create / listScope to an organization and team.
--nameagent create, skill publish, token createName / label (alias -n for token create).
--taglineagent createAgent tagline.
--from <agent>orchestration add-agentSource edge into the new agent (repeatable).
--to <agent>orchestration add-agentEdge out of the new agent (repeatable).
--description <text>orchestration add-agentDescription for the new member agent.
--schema <json>orchestration add-agentEdge payload schema.
--visibility <s>template publish, skill publishpublic, unlisted, or private.
--category <s>template search, skill searchFilter by category (ignored by publish).
--target <id>template searchFilter search results by target.
--page <n>template search, skill searchPage through search results.
--as <slug>skill addInstall the skill under a different slug.
--skill-version <v>skill publishVersion to publish (MAJOR.MINOR.PATCH).
Environment variables
Hosts, the config dir, and PATs are all configurable via environment variables — see Environment variables.