pv_http_request
Execute outbound HTTP requests only after PrivateVault approval, blocking disallowed calls and recording verifiable audit decisions.
Instructions
Make an outbound HTTP request, gated by PrivateVault. Only sent if the verdict is ALLOW.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL | |
| body | No | Request body | |
| method | No | HTTP method | GET |