inject_secret
Decrypt a SealedBox and insert the secret directly into a PTY session. The plaintext remains hidden from AI context, returning only success.
Instructions
Decrypt a SealedBox from cred-mcp and write the plaintext directly into a PTY session. The plaintext never appears in AI context or tool results — only {success:true} is returned. Call after vault_seal on cred-mcp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sealed_box | Yes | SealedBox JSON object returned by cred-mcp's vault_seal tool | |
| pty_session_id | Yes | ID of the PTY session to inject the secret into |