Create a secret entry link
create_secret_entryCreate a one-time pre-authorized browser link so the user can submit a backend secret value outside chat without an extra login step. The returned secret_entry_url should be opened in a new tab. In terminal or CLI clients, present the full raw URL in plain text instead of a markdown link label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | Optional existing app id. Omit this when preparing secrets for a brand-new app before deploy_app. | |
| secret_name | Yes | Secret name in uppercase env-style format, for example STRIPE_API_KEY. |