How are API secrets handled?

Learn how Netzo handles secrets such as API keys.

Gabriel Romero
Written by Gabriel RomeroLast update 5 months ago

The Netzo SDK automatically handles authentication to all your APIs and make it easy to interact with them in your workspace via an intuitive syntax. Secrets, such as API keys or environment variables, are encrypted with SHA256. The code runs in a sandbox with explicit access to the environment keys. In other words, only that worker has access to them.

Did this answer your question?