Skip to content

CLI Commands

CommandPurpose
orbit initInitialize the global Orbit root, skills, and skill links.
orbit workspaceInitialize and manage workspaces.
orbit configShow or update Orbit configuration.
orbit semanticManage the local embedding companion: install, uninstall, stats, and index.
CommandPurpose
orbit run job <job_id>Run an arbitrary job by ID.
orbit run ship [task_id ...]Submit backlog or explicitly selected tasks through the gated shipment pipeline and return a run ID immediately.
orbit run ship --mode local [task_id ...]Run the local-only task path for backlog or explicitly selected tasks.
orbit run duel-plan <task_id>Submit a planning duel for one task and return a run ID immediately.
orbit run duel-plan <task_id> --waitSubmit a planning duel and wait for its terminal status before returning.
orbit taskCreate, update, and manage tasks.
orbit task artifact put <task_id> <source_path>Store a UTF-8 file under a task’s artifacts directory.
orbit search <query>Search tasks, docs, learnings, and ADRs; add --hybrid for task/doc vector ranking, use orbit search similar <id> for task neighbors, or orbit search path <path> for applicability lookup.
orbit docsList, show, add, index, and migrate the docs corpus.
orbit learningCreate, search, and curate project learnings.
CommandPurpose
orbit graphBuild and query the knowledge graph. See Knowledge Graph.
orbit auditQuery the audit event log.
orbit run historyShow recent job runs. Filter to one job with -j <job_id>.
orbit run show [run_id]Show structured state and step summary for a job run (defaults to latest).
orbit run logs [run_id]Print raw stdout/stderr captured for a job run.
orbit run events [run_id]Show audit events recorded for a job run.
orbit run trace [run_id]Show audit event parent/child trace for a job run.
CommandPurpose
orbit activityView activity definitions. See Activities & Jobs.
orbit jobView and manage job definitions. See Activities & Jobs.
orbit toolView and manage tools and external MCP plugins.
orbit policyView filesystem profile policies and runtime scoping. See Scoping and Policy Format.
orbit executorView executors.
CommandPurpose
orbit mcp init / orbit mcp removeRegister or unregister MCP client integration for Claude Code, Codex, Gemini, and Grok Build.
orbit mcp serveServe the safe default MCP tool surface.
orbit web serveServe the Orbit dashboard.