Integrations
Create or Edit the Key Store
2 min
use the key store to encrypt sensitive information such as passwords, tokens, etc , and leverage the values in your actions from integrations, click the key store tab to add a key, click + on the tab new fields appear at the bottom of your list of keys complete the key name and encrypted value fields and then click the checkmark to save the key record enter as many key and value pairs as needed the values are encrypted in swimlane's database 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']