vault_execute
Execute HTTP requests or browser fills using vault credentials, keeping them secure through a side channel.
Instructions
Execute an action using a credential. The credential is never exposed to you — it flows through a secure side channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | No | Credential handle from vault_handles (omit if using auto_detect) | |
| action | Yes | Action: http_request or browser_fill | |
| target | Yes | Target URL | |
| mapping | No | Field-to-target mapping (e.g., {" key": "header:Authorization"}) | |
| auto_detect | No | Query to auto-detect credential instead of providing handle |