Using Secrets in Agents

Use secrets (API keys, tokens) from within agents

It is very common to require the agent to use a secret such as an API key or access token. You can use Kubiya to host and encrypt such secrets for you to use from within agent environments

Using secrets with agents

  1. Create a secret on the Kubiya management interface

  2. On the agents creation wizard, simply choose the secret(s) you want the agent to require

  3. The secrets will be fetched to the agent container environment as environment variables automatically.

Last updated