{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/chat/completions",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "110",
        "Content-Type": "application/json",
        "User-Agent": "OpenAI/2.4.0 (.NET 9.0.9; Microsoft Windows 10.0.26100)"
      },
      "RequestBody": {
        "messages": [
          {
            "role": "user",
            "content": "Uh oh, this isn't going to work with that key"
          }
        ],
        "model": "gpt-4o-mini"
      },
      "StatusCode": 401,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "9801d16a48c898e5-SEA",
        "Connection": "keep-alive",
        "Content-Length": "288",
        "Content-Type": "application/json; charset=utf-8",
        "Date": "Tue, 16 Sep 2025 16:42:36 GMT",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "Vary": "Origin",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "2",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "error": {
          "message": "Incorrect API key provided: not-a-re**************************ized. You can find your API key at https://platform.openai.com/account/api-keys.",
          "type": "invalid_request_error",
          "param": null,
          "code": "invalid_api_key"
        }
      }
    }
  ],
  "Variables": {
    "OPEN-API-KEY": "api-key"
  }
}
