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:
semantic_search(CLIsearch),grep,read,tools list - resources:
receptors,pathways,neurons,reflexes,store,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
receptors for invoke gateways. Older scripts may still call synapses; prefer receptors in new work.
Authentication
~/.auvy/config.encrypted. Environment variables (AUVY_API_URL, AUVY_API_KEY, AUVY_WORKSPACE_SLUG, AUVY_BRAIN_ID) apply when saved config is missing.
Full credential matrix: Authentication.
Examples
auvy help or auvy commands list --output json. Generated encyclopedia at /cli-reference/commands (not in main nav).
Related
- Integrate the API — SDK walkthrough
- Authentication — all credential types