Interface SecretHints

Hints for the host's "add secret" modal (SECRETS_SPEC §4 secrets:add). The app supplies only hints; the user types the value into host chrome.

interface SecretHints {
    description?: string;
    family?: string;
    suggestedOrigin?: string;
    type?: SecretType;
}

Properties

description?: string
family?: string
suggestedOrigin?: string

Pre-fill the bound origin (e.g. https://api.anthropic.com).

type?: SecretType