Aegis Proxy Request
aegis_proxy_requestMake authenticated API calls through Aegis with automatic credential injection. Provide service name and API path; Aegis handles authentication securely without exposing credentials.
Instructions
Make an authenticated API call through Aegis. Credentials are injected automatically — you never see them. Provide the service name and API path; Aegis handles authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | The service name (must match a registered credential in Aegis) | |
| path | Yes | The API path to call (e.g. "/v1/chat/completions") | |
| method | No | HTTP method (default: GET) | GET |
| headers | No | Additional request headers (auth headers are injected automatically) | |
| body | No | Request body (for POST/PUT/PATCH) | |
| targetHost | No | Override the target domain (must be in the credential's allowlist). Defaults to the credential's primary domain. |