create_secret
Store encrypted secrets in a vault that are referenced in job payloads, with audit logging for write operations. Existing secrets are overwritten.
Instructions
Store an encrypted secret in the VibOps vault.
The value is encrypted at rest and never returned by the API after storage. If a secret with the same name already exists, it is overwritten.
Write operation — recorded in the audit log.
Args: name: Secret name (used to reference this secret in job payloads). value: Secret value (encrypted, never logged or returned). description: Optional description of what this secret is for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| description | No |