Skip to main content

CLI Examples

Human-Friendly Workflows

auvy health
auvy receptors list
auvy receptors execute support-bot --message "Summarize open incidents"
auvy jobs wait <jobId>

Script and CI Workflows

auvy receptors list --output json
auvy commands list --output json
auvy schema commands --output json
auvy usage user --output json

LLM-Friendly Discovery

auvy help receptors execute --output json
auvy commands list --output json
auvy schema output receptors execute --output json

Async and Streaming

auvy receptors execute support-bot --message "Hello" --async --output json
auvy jobs wait <jobId> --output json
auvy jobs stream <jobId> --output jsonl
auvy receptors execute support-bot --message "Hello" --stream --output jsonl

Native Tools

auvy tools list --output json
auvy grep neurons/support --output json
auvy search memories/refunds --brain-id 00000000-0000-0000-0000-000000000000 --output json
auvy read neurons/abc123 artifacts/xyz789 --output json

Compatibility Alias

auvy synapses list --output json
auvy synapses execute support-bot --message "Hello"
synapses still works, but new docs and machine-facing discovery use receptors as the canonical name.