Give agents the credentials their work needs

Store credentials centrally and reference them by name in an environment. Keep values out of committed configuration and choose which environments receive each secret.

01

Keep values out of git

Store a secret once, then reference its name in environment configuration. Your team can review where a credential is used without putting the value in a repository, prompt, or shared configuration file.

02

Select which environments receive it

Only environments that name a secret receive its value during setup and agent work. A missing secret fails the session. Once injected, the credential is available to the process and its tools, so grant only the access the task needs.

03

Manage credentials without reading them back

List stored names and timestamps, replace a value, or delete a secret through the dashboard or API. Stored values are write-only and cannot be retrieved through either interface.

Explore the platform