proxypi_request
Send REST API requests with automatic error diagnosis, self-healing retries, and persistent fixes for future calls.
Instructions
Send a request to any REST API. If the request fails, ProxyPI diagnoses the error, patches the request using Claude, and retries automatically — up to 3 times. Learned fixes are remembered and applied instantly next time without calling Claude.
Examples:
POST https://api.stripe.com/v1/customers with a body
Any REST endpoint with headers, body, or query params
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the API endpoint | |
| body | No | Request body (for POST/PUT/PATCH) | |
| method | No | HTTP method | GET |
| params | No | Query string parameters | |
| headers | No | Request headers, e.g. { Authorization: 'Bearer token' } |