proxy_authenticated_request
Makes authenticated HTTP requests by injecting stored credentials from Auth Box, keeping them hidden from the agent. Provides secure access to services without credential exposure.
Instructions
Make an authenticated HTTP request through Auth Box. The stored credential is injected into the request without exposing it to the agent. This is the preferred method for using credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Name of the service whose credential to use for authentication | |
| method | Yes | HTTP method | |
| url | Yes | Full URL to send the request to | |
| headers | No | Additional HTTP headers (auth headers are injected automatically) | |
| body | No | Request body (for POST/PUT/PATCH) |