Documentation Index
Fetch the complete documentation index at: https://docs.autom.dev/llms.txt
Use this file to discover all available pages before exploring further.
How to Create an Account
Navigate to the Autom.dev Dashboard and simply follow the steps to log in or create a new account.Retrieving a Token
After you’ve logged in to the dashboard, follow these steps to get a token:- Click API Keys.
- Select New.
- Assign a name for the token. This helps in future referencing. You can also add notes to describe its use-case, then select Save.
Testing the Token
Once you have your token, you can test it using the Terminal. Set up the environment by entering and executing the following command. Replace<TOKEN> with the token you’ve copied from the Autom.dev dashboard:
Keep in mind that most examples in this documentation assume that you have set the
$AUTOM_TOKEN variable.