prophetkey_make_request
Send API requests through ProphetKey's proxy, which injects the real API key automatically, keeping credentials hidden from the agent.
Instructions
Make an API request through the ProphetKey proxy. The proxy automatically injects the real API key. The AI agent never sees the real key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body (for POST/PUT) | |
| method | Yes | HTTP method | |
| endpoint | Yes | The API endpoint path (e.g., /v1/chat/completions) | |
| safe_key | Yes | The safe_key identifier for the API key to use |