create_secret_burn_link
Encrypt confidential API keys, passwords, or credentials into a self-destructing link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentName | No | Name of the issuing AI agent (e.g. "Cursor AI Assistant", "Claude Desktop Agent"). | |
| secretText | Yes | The secret text, API key, or credential to encrypt. | |
| webhookUrl | No | Optional HTTPS webhook URL to receive notification when secret is claimed/revealed. | |
| burnTrigger | No | Burn condition or expiration duration. | 1_view |
| agentPurpose | No | Purpose or context of secret generation (e.g. "Database Credential Provisioning"). | |
| antiScreenshot | No | Enable anti-screenshot spotlight lens protection. |