Atlas DOCS
CLI

Atlas CLI

The CLI lets you use Atlas from your computer's terminal. You sign in once, then run any tool by typing its name.

You never write JSON. You just add settings as simple flags:

bash
atlas stock-quote --symbol SPY

The CLI gets the tool list from the server on its own, so new tools show up without you doing anything. It comes in two versions that work the same way, one for Node and one for Python. Both have no extra parts to install and both give you the atlas command.

Tool names

The command is the tool name in small letters with dashes. Stock-Quote becomes stock-quote. Type atlas tools to see them all, and atlas <tool> --help to see one tool's settings.