CLI Commands Reference
This page is generated from the CLI command registry.Discovery
Output Modes
--output human--output json--output jsonl--jsonas a shortcut for--output json
activity
Inspect activity streams.| Command | Summary |
|---|---|
activity engrams | List activity engrams. |
activity engrams
--limit- Limit the number of results.--offset- Skip the first N results.--all- Fetch all results using pagination helpers when available.--fields- Comma-separated list of fields to return.--source-types- Comma-separated source types.--target-types- Comma-separated target types.--hours- Hours to look back.--trace-id- Filter by trace ID.
api-config
Inspect remote API configuration.| Command | Summary |
|---|---|
api-config cost-estimates | Get current cost estimates. |
api-config embedding-model | Get the active embedding model. |
api-config models | List available chat models. |
api-config cost-estimates
api-config embedding-model
api-config models
commands
Inspect the CLI command graph.| Command | Summary |
|---|---|
commands list | List commands for humans or machines. |
commands list
config
Inspect or update CLI configuration.| Command | Summary |
|---|---|
config set | Set a saved CLI configuration value. |
config show | Show saved CLI configuration. |
config set
config show
docs
Show CLI help in text form. Aliases:help
grep
Run keyword search using native tools.health
Check API connectivity and auth.help
Show CLI help.jobs
Inspect and control background jobs.| Command | Summary |
|---|---|
jobs cancel | Cancel a running job. |
jobs get | Get current job status. |
jobs input | Provide input to a waiting job. |
jobs list | List jobs. |
jobs resume | Resume a waiting job. |
jobs stream | Consume the SSE stream for a job. |
jobs wait | Wait for a job to complete. |
jobs cancel
jobs get
jobs input
--data- JSON input payload.
jobs list
--limit- Limit the number of results.--offset- Skip the first N results.--all- Fetch all results using pagination helpers when available.--fields- Comma-separated list of fields to return.--status- Filter by job status.--receptor-id- Filter by receptor ID.--pathway-id- Filter by pathway ID.
jobs resume
jobs stream
jobs wait
--timeout-ms- Wait timeout in milliseconds.
login
Save CLI credentials.logout
Delete saved CLI credentials.memories
Manage memories.| Command | Summary |
|---|---|
memories bulk-delete | Bulk delete memories. |
memories chunk | Get a single memory chunk. |
memories chunks | List chunks for a memory. |
memories create | Create a memory record. |
memories delete | Delete a memory. |
memories delete-chunks | Delete chunk indices from a memory. |
memories delete-chunks-by-source | Delete chunks from a memory by source URL. |
memories get | Get a memory by ID. |
memories ingest | Ingest content into a memory. |
memories list | List memories. |
memories update | Update a memory. |
memories bulk-delete
--ids- Comma-separated memory IDs.
memories chunk
--fields- Comma-separated list of fields to return.
memories chunks
--fields- Comma-separated list of fields to return.--query- Optional raw query suffix, for example ?limit=50.
memories create
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
memories delete
memories delete-chunks
--indices- Comma-separated chunk indices.
memories delete-chunks-by-source
--source-urls- Comma-separated source URLs.
memories get
--fields- Comma-separated list of fields to return.
memories ingest
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.--file- Local file path to ingest.--name- Display name for file ingestion.--description- Optional description.--owner-type- Owner type for ingestion.--owner-id- Owner ID for ingestion.--metadata- JSON metadata object.--skip-title-description- Skip title/description extraction.--skip-embedding- Skip embedding generation.--source-type- Explicit source type override for file ingestion.
memories list
--limit- Limit the number of results.--offset- Skip the first N results.--all- Fetch all results using pagination helpers when available.--fields- Comma-separated list of fields to return.--brain-id- Brain scope override.--source-type- Filter by memory source type.--owner-type- Filter by owner type.--owner-id- Filter by owner ID.--kind- Filter by memory kind.--tags- Comma-separated tags filter.
memories update
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
neurons
Manage neurons.| Command | Summary |
|---|---|
neurons create | Create a neuron. |
neurons delete | Delete a neuron. |
neurons get | Get a neuron by ID. |
neurons list | List neurons. |
neurons reflexes | Manage reflexes attached to a neuron. |
neurons update | Update a neuron. |
neurons create
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
neurons delete
neurons get
--fields- Comma-separated list of fields to return.
neurons list
--limit- Limit the number of results.--offset- Skip the first N results.--all- Fetch all results using pagination helpers when available.--fields- Comma-separated list of fields to return.--brain-id- Brain scope override.
neurons reflexes
neurons update
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
pathways
Manage pathways.| Command | Summary |
|---|---|
pathways create | Create a pathway. |
pathways delete | Delete a pathway. |
pathways execute | Execute a pathway. |
pathways get | Get a pathway by ID. |
pathways list | List pathways. |
pathways update | Update a pathway. |
pathways create
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
pathways delete
pathways execute
--data- JSON payload. If omitted, JSON may be read from stdin.
pathways get
--fields- Comma-separated list of fields to return.
pathways list
--limit- Limit the number of results.--offset- Skip the first N results.--all- Fetch all results using pagination helpers when available.--fields- Comma-separated list of fields to return.--status- Filter by pathway status.--brain-id- Brain scope override.
pathways update
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
read
Read one or more native-tool resources.receptors
Manage and invoke receptors. Aliases:synapses
| Command | Summary |
|---|---|
receptors create | Create a completion receptor. |
receptors delete | Delete a receptor by slug. |
receptors execute | Invoke a receptor by slug. |
receptors get | Get a receptor by ID. |
receptors list | List receptors. |
receptors patch | Patch a receptor by slug. |
receptors resolve | Resolve a receptor by slug. |
receptors share | Manage receptor share settings. |
receptors create
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
receptors delete
receptors execute
--data- JSON payload.--message- Single user message.--messages- JSON array of messages.--async- Queue the job and return immediately.--stream- Consume the job stream instead of polling.--timeout-ms- Wait timeout in milliseconds.
receptors get
--fields- Comma-separated list of fields to return.
receptors list
--limit- Limit the number of results.--offset- Skip the first N results.--all- Fetch all results using pagination helpers when available.--fields- Comma-separated list of fields to return.--target-type- Filter by receptor target type.--type- Legacy alias for —target-type.--active- Filter active receptors.--brain-id- Brain scope override.
receptors patch
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
receptors resolve
--fields- Comma-separated list of fields to return.
receptors share
recollections
Inspect recollections.| Command | Summary |
|---|---|
recollections by-owner | Resolve the recollection for an owner. |
recollections create | Create a recollection. |
recollections delete | Delete a recollection. |
recollections get | Get a recollection by ID. |
recollections link-memory | Link a memory to a recollection. |
recollections list | List recollections. |
recollections memory-counts | Get recollection memory counts for owners. |
recollections search | Search recollections. |
recollections stats | Get recollection stats. |
recollections unlink-memory | Unlink a memory from a recollection. |
recollections by-owner
--owner-id- Owner ID; use “null” for ownerless.--fields- Comma-separated list of fields to return.
recollections create
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
recollections delete
recollections get
--fields- Comma-separated list of fields to return.
recollections link-memory
--priority- Optional priority.
recollections list
--limit- Limit the number of results.--offset- Skip the first N results.--all- Fetch all results using pagination helpers when available.--fields- Comma-separated list of fields to return.--owner-type- Filter by owner type.--owner-id- Filter by owner ID; use “null” for ownerless.
recollections memory-counts
--owner-ids- Comma-separated owner IDs.
recollections search
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
recollections stats
--fields- Comma-separated list of fields to return.
recollections unlink-memory
reflexes
Manage reflexes.| Command | Summary |
|---|---|
reflexes connections | Inspect reflex connection state. |
reflexes create | Create a reflex. |
reflexes delete | Delete a reflex. |
reflexes get | Get a reflex by ID. |
reflexes list | List reflexes. |
reflexes update | Update a reflex. |
reflexes connections
reflexes create
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
reflexes delete
reflexes get
--fields- Comma-separated list of fields to return.
reflexes list
--limit- Limit the number of results.--offset- Skip the first N results.--all- Fetch all results using pagination helpers when available.--fields- Comma-separated list of fields to return.--type- Filter by reflex type.
reflexes update
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.
schema
Inspect CLI schemas.| Command | Summary |
|---|---|
schema commands | Emit the command schema catalog. |
schema output | Emit output schema metadata for a command. |
schema commands
schema output
search
Run semantic search using native tools.tools
Inspect built-in native tools.| Command | Summary |
|---|---|
tools list | List built-in native tools and schemas. |
tools list
traces
Manage traces.| Command | Summary |
|---|---|
traces add-message | Add a message to a trace. |
traces audit | Get trace audit details. |
traces get | Get a trace by ID. |
traces list | List traces. |
traces messages | Get messages for a trace. |
traces update | Update a trace. |
traces add-message
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.--content- Message content.--role- Message role. Defaults to user.--metadata- JSON metadata object.
traces audit
--fields- Comma-separated list of fields to return.
traces get
--fields- Comma-separated list of fields to return.
traces list
--limit- Limit the number of results.--offset- Skip the first N results.--all- Fetch all results using pagination helpers when available.--fields- Comma-separated list of fields to return.--search- Search trace titles and messages.--receptor-id- Filter by receptor ID.
traces messages
traces update
--data- JSON payload. If omitted, JSON may be read from stdin.--fields- Comma-separated list of fields to return.--title- Trace title override.
usage
Inspect usage and costs.| Command | Summary |
|---|---|
usage logs | List workspace usage logs. |
usage ranking | Rank receptors by workspace usage. |
usage user | Get current user usage. |
usage workspace | Get workspace usage. |
usage logs
--limit- Limit the number of results.--offset- Skip the first N results.--all- Fetch all results using pagination helpers when available.--fields- Comma-separated list of fields to return.--start-date- ISO start date.--end-date- ISO end date.--receptor-id- Filter by receptor ID.
usage ranking
--start-date- ISO start date.--end-date- ISO end date.--sort-by- Sort by tokens, cost, or invokeCount.--fields- Comma-separated list of fields to return.
usage user
--start-date- ISO start date.--end-date- ISO end date.--receptor-id- Filter by receptor ID.
usage workspace
--start-date- ISO start date.--end-date- ISO end date.--receptor-id- Filter by receptor ID.