AUVY Synapse CLI
The CLI is the fastest way to explore AUVY from a terminal. It uses the same public client and API surface as the REST and SDK examples, but adds command discovery, human defaults, and stable machine-readable output.What It Optimizes For
- humans: readable defaults, built-in help, clean command groups
- automation: stable
jsonoutput envelopes and deterministic errors - LLMs: command discovery through
auvy commands listandauvy schema commands
Command Surface
- discovery:
help,commands list,schema commands,schema output - auth and setup:
login,logout,config show,config set,health - native tools:
grep,search,read,tools list - resources:
receptors(synapsesalias),pathways,neurons,reflexes,memories,traces - execution and jobs:
receptors execute,jobs list,jobs get,jobs wait,jobs stream,jobs cancel,jobs resume,jobs input - billing visibility:
usage user,usage workspace
Quick Start
Output Modes
Compatibility
receptors is the canonical command group. synapses still works as a compatibility alias while the CLI migrates to clearer naming.
Next Steps
- Authentication - saved config, env fallback, and precedence
- Commands - command-by-command reference generated from the registry
- Examples - practical human, script, and LLM workflows