If I am using the "Algorithm Lab" and I need access to external services, is there a best practice for storing access tokens/API keys for these external services without having them in the project in plain text?

Author