Skip to content

Generate Agave API Authorization Token

Andrew Magill edited this page Jul 8, 2016 · 9 revisions

#####Previous Step - Store Client Keys


######If you have not stored your client keys, please follow the previous step listed above.

Generate and store an authentication token using your CyVerse username and password.

$ auth-tokens-create -S -u "$AGAVE_USERNAME" -p "$AGAVE_PASSWORD"

If your authentication token expires, you may refresh it with the following command:

$ auth-tokens-refresh -S

Verify that everything is set up correctly, check your user profile:

$ profiles-list me

Should output your email address.


#####Next Step - Edit System Definition