Credential Management
📄️ Using the Credential Store in Syntasa Notebooks
Syntasa Notebooks integrate seamlessly with the Credential Store, enabling you to securely access sensitive information—such as API tokens, database passwords, and service keys—directly within your code. By leveraging the syn\_utils library, you can retrieve secrets programmatically without hardcoding them into notebook cells, ensuring your notebooks remain secure, reusable, and easy to share.
📄️ How to Create and Manage Credentials in Syntasa
Syntasa provides a centralized Credential Store that allows you to securely manage sensitive information such as API keys, database passwords, and cloud tokens. By creating a Credential object, you can safely share secrets across teams and use them programmatically in notebooks—without exposing raw values in your code.
📄️ Credential Management: Secure Key-Value Storage & Cloud Secret References
Syntasa introduces Credentials as a first-class object, providing a centralized and secure way to manage sensitive information such as API keys, tokens, and passwords. This feature decouples secrets from specific connections or hardcoded scripts, allowing them to be managed through the UI and consumed programmatically across the platform.