How To
How Do I Store API Tokens and Keys for Integration Scripts?
swimlane provides a key store that may be used for integration api tokens and keys even custom keys for custom integration scripts may be stored in the key store base64 encode the token/key as a json string on the key store page in the integrations ui, give the key a name in the "key name" field ("key" in the example below), and insert the base64 encoded json string in the "encrypted value" field in your integration scripts, refer to the key by the name you gave it like this key = sw context inputs\['key']