Who it’s for: Developers building on top of Gobi, AI agents that need to read from or write to a user’s Brain, and power users automating workflows.
Core Concepts
Tool Interface
Tool Interface
The set of callable functions exposed by Gobi CLI. Mirrors what Gobi’s own agents can do — capture, retrieve, update, and query the Brain programmatically.
Brain Access
Brain Access
Authenticated read/write access to a user’s Brain via CLI. Governed by the same permission model as the rest of the Gobi ecosystem.
Capture (CLI)
Capture (CLI)
Programmatic ingestion of data into the Brain. Supports all standard capture types (Audio, Vision, Motion, Notes) plus structured data inputs.
Query
Query
A natural language or structured request to retrieve relevant context from the Brain. Exposes the same relevance engine (Signal Score) used by the desktop agent.
Reflex (CLI)
Reflex (CLI)
Programmatic creation and management of Reflexes — background automation tasks — without using the Desktop UI.