Documentation
Developer Tooling

Payload Visibility

Inspect the full transmission details of your requests.

DevTools provides a deep dive into the raw payloads for every request passing through the gateway.

What you can see:

  • Request Headers: All incoming authentication and configuration headers.
  • Request Body: The full JSON payload, including messages, model parameters, and tools.
  • Response Headers: Headers returned by the LLM provider.
  • Response Body: The final normalized response or raw streaming chunks.

On this page