Generate a tested proxy configuration
generate_proxy_configGenerate a tested HTTPS proxy configuration example for curl, Requests, HTTPX, or Playwright using exact client versions and local environment placeholders.
Instructions
Generate an HTTPS GET example for an exact tested curl, Requests, HTTPX or Playwright APIRequestContext version. Credentials and target are local environment placeholders. It does not execute the example or configure other agent tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | Yes | Client whose exact tested configuration to generate. | |
| version | Yes | Exact tested version matching the client. Other versions are unsupported. | |
| protocol | No | HTTP proxy with HTTPS CONNECT. Other proxy protocols are not tested. | http |
| timeoutSeconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| client | Yes | ||
| sources | Yes | ||
| summary | Yes | ||
| version | Yes | ||
| behavior | Yes | ||
| language | Yes | ||
| protocol | Yes | ||
| interface | Yes | ||
| environment | Yes | ||
| limitations | Yes | ||
| testedRuntime | Yes | ||
| templateRevision | Yes |