AI Gateway logs now capture user agent of requests
AI Gateway logs now include the user agent of clients making requests, making it easier to identify which SDK, library, or application sent the traffic. Users can filter logs by user agent in the dashboard using equals, does not equal, or contains operators.
AI Gateway logs now capture the user agent of the client that made each request, making it easier to identify which SDK, library, or application sent the traffic flowing through your gateway. For example, you can tell apart requests coming from openai-python versus a custom application or a Cloudflare Worker.
The user agent appears alongside the other details in each log entry, and you can filter logs by user agent (equals, does not equal, or contains) in the dashboard.
For more information, refer to Logging.
Source: original entry ↗