Atlas DOCS
Get started

Sign in and keys

There are two ways to sign in. Both use the same account, so a tool works the same no matter which one you use.

When you add Atlas to a chat app, it opens a sign in page. You log in once with Email, Google, or Discord, say yes, and you are done. There is no key to copy.

Key (for code and the command line)

The Web API and the command line use one secret key. You send it in the header:

bash
curl -H "Authorization: Bearer $ATLAS_KEY" ...

Where to find your key

  1. Open the dashboard.
  2. Go to the Profile tab.
  3. Find the key section and copy it, or make a new one.

The same key works for the Web API, the command line, and any chat app that takes a key instead of the sign in link.

Heads up

Treat your key like a password. Anyone who has it can use tools on your account, and for trading tools that means placing real orders with your broker. Never put it in a web page or share it. If it leaks, make a new one from the Profile tab right away.

Check your account

bash
atlas get-subscription-status
# shows your plan, how much you have used, and how much is left