--- layout: default navsection: userguide title: Getting an API token navorder: 1 --- # Getting an API token > Needs a line or two to the effect of "an API token is a secret key that > enables the command line client to access arvados with the proper > permissions". Open a browser and point it to the Workbench URL for your site. It will look something like this: `https://workbench.{{ site.arvados_api_host }}/` Log in, if you haven't done that already. Click the "API tokens" link. > Need to indicate that "API Tokens" is underneath "Access" At the top of the "API tokens" page, you will see a few lines like this. ### Pasting the following lines at a shell prompt will allow Arvados SDKs ### to authenticate to your account, youraddress@example.com read ARVADOS_API_TOKEN < What does `-h` mean? Optionally, copy those lines to your .bashrc file so you don't have to repeat this process each time you log in. ### SSL + development mode > This section should go somewhere else, it is confusing to a new user. If you are using a local development server with a self-signed certificate, you might need to bypass certificate verification. Don't do this if you are using a production service. export ARVADOS_API_HOST_INSECURE=yes