CLI
Every tool, grouped by area. Type the command shown and add settings as flags.
Stocks
| Command | Plan | What it does |
|---|
atlas multi-timeframe-price-overview | Free | Daily / weekly / monthly snapshot in one image. |
atlas price-data-ohlcv | Free | Historical OHLCV bars. |
atlas price-chart | Free | Candlestick price chart with overlays. |
atlas stock-quote | Free | Latest quote for a symbol. |
Options
| Command | Plan | What it does |
|---|
atlas option-expiration-dates | Premium | Available expirations for a symbol. |
atlas options-chain | Premium | Full options chain for an expiration. |
atlas single-option-quote | Premium | Bid/ask/IV/greeks for one contract. |
atlas historical-contract-greeks | Premium | Day-by-day price history and greeks for ONE option contract, bid/ask/mid, the underlying's price, days to expiry, IV, delta, gamma, theta, vanna. Up to 90 trading days per call. |
Greek Exposure
| Command | Plan | What it does |
|---|
atlas greek-exposure-multi-expiration | Premium | Net Gamma / Delta / Vanna / Theta exposure DATA grid across MULTIPLE expirations for one symbol, OI-weighted per-strike numbers (no chart). Sibling of Greek-Exposure-Single-Expiration (same data, one date) and Greek-Exposure-Heatmap (same numbers rendered as PNG). |
atlas greek-exposure-single-expiration | Premium | Greek exposures for ONE expiration date only, guaranteed single-chain fetch. Use when the caller knows the date (0DTE, weekly, monthly OPEX, dated event). |
atlas greek-exposure-heatmap | Premium | Heatmaps for one or more greeks in a single call. Pass greeks=["gamma","delta","vanna","theta"] (any subset). Returns one PNG per requested greek. |
atlas net-exposure-charts | Premium | Net exposure bar charts for one or more greeks. metrics=["net_gex","net_dex","net_vex","net_tex"]. Returns one PNG per metric. |
Options Flow
| Command | Plan | What it does |
|---|
atlas top-volume-and-oi-contracts | Premium | Top contracts by volume / OI as data. |
atlas volume-and-oi-charts | Premium | Top-volume and/or open-interest charts. types=["vol","oi","vol_oi"]. Returns one PNG per requested type. |
atlas options-flow | Premium | Stored option-trade tape filtered by side / type / premium / size / time window. Omit symbol for the top-N cross-universe ranking. |
atlas options-flow-contract | Premium | Per-hour premium histogram for ONE contract (open / close stack). Reads strictly from the flow archive cache, never pulls fresh chain. |
Charts
| Command | Plan | What it does |
|---|
atlas chart-vision-analysis | Premium | AI vision analysis of a chart image. |
atlas multi-chart-view | Free / Premium | Multi-timeframe charts side-by-side. |
Fundamentals
| Command | Plan | What it does |
|---|
atlas balance-sheet | Free | Latest balance sheet. |
atlas financial-metrics | Free | Headline valuation + profitability metrics. |
atlas income-statement | Free | Latest income statement. |
Estimates
| Command | Plan | What it does |
|---|
atlas analyst-price-targets | Free | Consensus price targets. |
atlas eps-estimates | Free | Consensus EPS estimates. |
atlas eps-trend | Free | EPS estimate trend. |
atlas growth-estimates | Free | Growth estimates summary. |
atlas revenue-estimates | Free | Consensus revenue estimates. |
Calendar
| Command | Plan | What it does |
|---|
atlas earnings-calendar | Free | Upcoming earnings releases. |
atlas earnings-dates | Free | Earnings dates for a symbol. |
atlas ipo-calendar | Free | Upcoming IPOs. |
Ownership
| Command | Plan | What it does |
|---|
atlas insider-transactions | Free | Recent insider buys / sells. |
atlas institutional-holders | Free | Top institutional holders. |
atlas sec-filings | Free | Recent SEC filings. |
atlas senate-lobbying-data | Free | Congressional trading / lobbying activity. |
Brokerage
| Command | Plan | What it does |
|---|
atlas account-balances | Free | Cash, buying power, equity for an account. |
atlas account-holdings | Premium | Positions in one linked account. |
atlas account-symbol-lookup | Premium | Resolve a ticker inside a linked account. |
atlas all-account-holdings | Premium | Positions across every linked account. |
atlas broker-connections | Premium | List linked brokerage accounts. |
atlas transaction-history | Premium | Transaction history with optional date range. |
Trading: Orders
| Command | Plan | What it does |
|---|
atlas delete-preview-order | Free | Discard a staged preview. |
atlas list-preview-orders | Free | List staged previews not yet placed. |
atlas place-order | Premium | Submit a previously previewed order. |
atlas preview-multiple-orders | Free | Stage several orders at once. |
atlas preview-order | Free | Stage an order for review without sending it to the broker. |
Trading: Triggers
| Command | Plan | What it does |
|---|
atlas create-trading-trigger | Premium | Create a price / condition-based trigger. |
atlas delete-trading-trigger | Premium | Permanently delete a trigger. |
atlas list-fired-triggers | Free | List triggers that already fired. |
atlas list-trading-triggers | Free | List active and paused triggers. |
atlas preview-trading-trigger | Free | Preview a trigger before creating it. |
atlas reactivate-trigger | Premium | Reactivate a fired trigger. |
atlas update-trading-trigger | Premium | Update a trigger (pause / retarget). |
Strategy
| Command | Plan | What it does |
|---|
atlas autofetch-strategy | Premium | Auto-pick the best-matching strategy. |
atlas fetch-strategy | Premium | Load one strategy by id. |
atlas list-strategy | Premium | List your strategies. |
atlas strategy-create | Premium | Create a new strategy. |
atlas strategy-import | Premium | Copy a public strategy into your account. |
atlas strategy-open | Premium | Open the user’s primary strategy. |
atlas strategy-preview | Premium | Preview proposed strategy edits. |
atlas strategy-save-instructions | Premium | Save strategy-selection instructions. |
atlas strategy-discover | Free | Browse the strategies other people share. Search by title or content, then import one with Strategy-Import. |
atlas strategy-duplicate | Premium | Make your own copy of a shared strategy. The same thing as Strategy-Import, under the other name. |
atlas strategy-update | Premium | Save changes to an existing strategy. |
Workflow
| Command | Plan | What it does |
|---|
atlas list-tool-safety | Free | List which tools are read-only / destructive. |
atlas trigger-workflow-schema | Free | Field schema for trigger / workflow rules. |
atlas workflow-apply-updates | Premium | Pull the latest revisions from the parent workflow into this subscribed copy. Use when revisions_behind > 0. |
atlas workflow-create | Premium | Create a new perception workflow. |
atlas workflow-delete | Premium | Permanently delete a workflow. |
atlas workflow-export | Free | Export a workflow's full node-and-edge graph plus a self-describing markdown rendering. Read-only. |
atlas workflow-import | Premium | Copy a public workflow into your account. |
atlas workflow-list | Free | Lightweight programmatic discovery, list every workflow you own with id / name / status / schedule. Read-only. Use before Workflow-Export / Workflow-Logs / Workflow-Run when you need an id. |
atlas workflow-logs | Free | Read recent workflow runs. |
atlas workflow-open | Free | Open a workflow for review / editing. |
atlas workflow-performance | Free | Closed-trade performance for a workflow: per-trade PnL rows and aggregate Win Rate / Total PnL / win-loss-flat counts / calendar-style by_day map. |
atlas workflow-preview | Free | Preview proposed workflow edits. |
atlas workflow-run | Premium | Execute a workflow on demand. |
atlas workflow-update | Premium | Save changes to a workflow. |
atlas workflow-discover | Free | Browse the workflows other people share, most imported first. Search by name, rules, or tool. Import one with Workflow-Import. |
atlas workflow-duplicate | Premium | Make your own copy of a shared workflow. The same thing as Workflow-Import, under the other name. |
atlas workflow-journal | Premium | Read or change a workflow's journal. With journalling on, Atlas writes a note after each of its trades finishes and reads those notes back on later runs. |
Account
| Command | Plan | What it does |
|---|
atlas get-instructions | Free | Read your saved strategy-selection instructions. |
atlas subscription-status | Free | Subscription tier, usage, remaining requests. |
atlas account-activity | Free | What has happened on your account lately: every workflow and task run with its reasoning and any error, plus the trades those runs fired. Newest first. |
Search
| Command | Plan | What it does |
|---|
atlas fetch-url | Free | Fetch and summarize a URL. |
atlas search | Free | General Atlas search. |
atlas web-search | Premium | Live web search for real-time news and facts, today's headlines, macro / geopolitical drivers, earnings, and current events, returned as a dated answer plus the source links it used. |
atlas ticker-symbol-lookup | Free | Resolve a company name to its ticker. |
Alerts
| Command | Plan | What it does |
|---|
atlas list-alert-types | Premium | Catalog of alert types you can create, read this BEFORE Create-Alert to learn the conditions shape for each type. |
atlas list-alerts | Premium | Your streaming alerts. Active-only by default; pass active_only=false to include disarmed / cascade-paused. |
atlas preview-alert | Premium | Dry-run an alert spec against the live tape, returns what would have matched without creating the alert. |
atlas create-alert | Premium | Create a streaming alert that DMs Discord on fire and optionally arms a trigger / runs a workflow / places an order. ⚠️ Read List-Alert-Types first. |
atlas update-alert | Premium | Patch an existing alert in place (rename, change conditions, retarget workflow_id, flip is_active, etc.). |
atlas delete-alert | Premium | Soft-delete an alert by flipping is_active=false. The row stays for audit. |
atlas list-stream-subscriptions | Premium | Active streaming subscriptions the worker is holding open (flow tape, option quote feeds), useful for debugging why an alert isn't firing. |
Tasks
| Command | Plan | What it does |
|---|
atlas list-tasks | Free | List your TASKS (run-once automations). Each is 'upcoming' (active/paused, fires still ahead) or 'previous' (completed). |
atlas create-task | Premium | Create a run-once task (a workflow that does not recur). Arm it with scheduled times (each fires once), an alert (fires once on the first match), or manual. |
atlas update-task | Premium | Update a task you own, pass task_id plus a patch object of fields to change. patch.status 'paused' turns it off, 'active' turns it on. |
atlas run-task | Premium | Run a task once, right now. |
atlas delete-task | Premium | Delete a task you own. |
Workflow: Folders
| Command | Plan | What it does |
|---|
atlas workflow-folder-list | Free | List your workflow folders and which workflows are filed in each. Folders only organize the list, they never change how a workflow runs. |
atlas workflow-folder-create | Premium | Make a folder to organize your Workflows list. You can file workflows into it right away. |
atlas workflow-folder-update | Premium | Rename a folder, change its colour, or move it up or down the list. |
atlas workflow-folder-move | Premium | File one or more of your workflows into a folder. A workflow sits in one folder at a time, so this takes it out of any other. |
atlas workflow-folder-remove | Premium | Take workflows out of a folder. The workflows are not deleted, they just go back to being loose in your list. |
atlas workflow-folder-disband | Premium | Delete a folder. The workflows inside are not deleted, they go back to being loose in your list. |
Workflow: Working together
| Command | Plan | What it does |
|---|
atlas workflow-collab-list | Free | See who works on a workflow with you: its author and the people invited to help build it. Read only, on purpose, only the author adds or removes people. |
atlas workflow-proposal-list | Free | List the changes people have suggested to a workflow, what each one touches, whether it is still open, and whether it went stale because the author edited since. |
atlas workflow-proposal-show | Free | Read one suggested change in full, with what the workflow said before, what it would say, and what it says right now. |
atlas workflow-proposal-comment | Premium | Leave feedback on a suggested change. Name a part of the change to attach the note to that part instead of the whole thing. |
Trading: Open trades
| Command | Plan | What it does |
|---|
atlas trade-list | Free | The positions you are in right now, wherever they came from: a workflow, a task, a play you took, or a trigger you set up. Each one shows its take profit levels and which have already sold. |
atlas trade-close | Premium | Close a position now, everything still open on it, at market. Only the person who owns the trade can close it. A real position needs a market, so outside 9:30 to 4 Eastern this refuses. |
atlas trade-take-profit | Premium | Sell the next take profit rung now, without waiting for its price. One rung per call. To take everything at once use Trade-Close. |
atlas trade-cancel-entry | Premium | Take an order off before it fills. Only while the entry is still waiting at its price, once it has filled the way out is Trade-Close. |
Signals
| Command | Plan | What it does |
|---|
atlas signal-schema | Free | Read this before posting or taking a play. The shape of a play: every field, what each number is measured in, what happens when one is left out, and worked examples. |
atlas signal-groups | Free | The places you can post a play to: the community board, plus every signal group you own or can post in. |
atlas signal-list | Free | Read the plays on the community board, or the private ones, newest first, with what happened to you on each. One page at a time. |
atlas signal-show | Free | Show one play as a card, the same one the Signals tab renders, with every number and what happened to your order. |
atlas signal-post | Premium | Post a trade play to the community board or one of your groups: the contract, how much, where to get in, where to take profit, where to get out, and when. |
atlas signal-update | Premium | Change a play that is still live instead of posting a second one. Send only what changes, everything left empty keeps what the play already says. |
atlas signal-take | Premium | Take a play: place it in your own account, now. This places a real order. Nothing on the board trades on its own. |
atlas signal-broker | Premium | See or set the broker account your plays go to, and whether it is used automatically for plays you post and plays you take. |
Guide
| Command | Plan | What it does |
|---|
atlas atlas-guide-index | Free | The Atlas guide's table of contents: every topic, grouped, with the id and link for each. Start here, then read the one that matches. |
atlas atlas-guide-search | Free | Search the guide for a word or phrase and get the topics that mention it, each with a snippet and a link. |
atlas atlas-guide-read | Free | Read one topic of the guide in full, by its id. Returns the whole page and its link, the same text the docs site shows. |