iyke_secret_get
Retrieve a secret from the vault by key, with optional scope for project, workspace, or active project. Returns the value as a string, or null if missing.
Instructions
Read a secret from the vault. The scope arg partitions the read: omit it (or pass an empty string) to read from the active project; pass "workspace" to read a cross-project shared secret; pass "project:" or "pkg:" to target a specific partition. Returns the value as a string, or null when the key does not exist in the chosen scope. Falls back transparently to the legacy unscoped key when a scoped value is missing (with a deprecation log on the host).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| scope | No |