Documentation Index
Fetch the complete documentation index at: https://docs.auvy.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
auvy tools list --output json
auvy grep neurons/support --output json
auvy search "assets/refund policy" --brain-id 00000000-0000-0000-0000-000000000000 --output json
auvy read 550e8400-e29b-41d4-a716-446655440000 --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.