Share Secret
share_secretCreate a time-limited, read-only share link for a stored secret, returning a token to retrieve it without authentication. Set expiry, max reads, and scope for controlled access.
Instructions
Create a time-limited, read-only share link for a secret. Returns a shareToken that can be used to retrieve the secret without authentication. Requires Builder+ tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Secret name to share | |
| scope | No | Optional: label for this share (e.g. "ci-pipeline", "teammate-bob") | |
| maxReads | No | Optional: max number of times the link can be read | |
| expiresInSeconds | No | Link expiry in seconds (default 3600, max 7 days) |