<%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" /> %if message: ${render_msg( message, status )} %endif
Web API Key
%if user.api_keys: ${user.api_keys[0].key} %else: none set %endif
%if user.api_keys: (invalidates old key) %endif
An API key will allow you to access Galaxy via its web API (documentation forthcoming). Please note that this key acts as an alternate means to access your account, and should be treated with the same care as your login password.