CLI
How to use it
Find tools
atlas tools # list every tool
atlas tools --search flow # find tools by word
atlas <tool> --help # see one tool's settingsCall a tool
Add each setting as a flag:
atlas stock-quote --symbol SPY
atlas options-chain --symbol SPY --expiration 2026-06-20
atlas price-chart --symbol SPY --out ./charts # save chart pictures to a folder- Flag names use dashes.
--from-datebecomesfrom_datein the request. - For a setting inside another setting, use a dot:
--updates.is-active true. - For a list, repeat the flag:
--tools Stock-Quote --tools Options-Chain.
Build and run automations
# Workflows (repeat on a schedule)
atlas workflow-list
atlas workflow-create --name "SPY GEX signal" --schedule "30 9 * * 1-5" \
--tools Stock-Quote --instruction "Every morning, check SPY net gamma" --status active
atlas workflow-run --workflow-id <id>
# Tasks (run one time)
atlas list-tasks
atlas create-task --name "Close SPY 3:55" \
--instruction "Close my SPY position" --schedule-times 15:55
atlas run-task --task-id <id>
# Alerts
atlas list-alerts
atlas create-alert --name "SPY sweeps" --symbol SPY --alert-type flow \
--conditions.min-premium 50000 --conditions.side callPost a play, or take one
A play is a call you make yourself. Leave
--group-id off and it goes to the community board, where anyone paying can
read it and nobody trades it automatically.
atlas signal-groups # where you can post
atlas signal-post --symbol SPY --option-type call --strike 780 \
--expiration-date 2026-08-21 --targets 50 --targets 100 --stop 40 \
--reason "Gamma wall at 780, buyers stepping in"
atlas signal-list # the board, newest first
atlas signal-take --signal-id <id> # places a REAL order in your accountAdd --trade-for-me true to take your own call as you post it. You do not
need to name a broker: set one once with atlas signal-broker
--snaptrade-account-id <id> --auto-apply-on-post true --auto-apply-on-take
true and every play uses it. atlas signal-broker on its own shows what is
saved.
Watch live feeds
atlas alerts --symbol SPY --name greek_exposure
atlas flow stream --symbol NVDA