Devtools Guides

QTap DevTools is a browser-based interface for real-time HTTP/S traffic inspection. It provides Chrome DevTools-like visibility into your server's network activity, showing you exactly what your applications are sending and receiving - including inside HTTPS.

DevTools is designed for single-host emergency troubleshooting. When you need to debug a specific server right now, enable DevTools and watch traffic flow in real-time. No service restarts required.

Available Guides

Guide
Description

Install Qtap, enable DevTools, and see your first traffic in 5 minutes

Detailed walkthrough of the DevTools UI - tabs, filters, and features

Programmatic access to the real-time event stream for scripting and tooling

Local LLM setup with Qwen3 + Ollama for traffic analysis

Connect Codex CLI, ChatGPT, or Claude Code to DevTools via MCP

Type inference, test generation, and schema validation from captured traffic

Subscribe to specific event types with rulekit expressions

Optimized MCP server using server-side filters for targeted AI troubleshooting

Key Features

  • See inside HTTPS without proxies or certificates

  • Process attribution - know which binary/container made each request

  • Real-time streaming - watch traffic as it happens

  • No restarts required - enable with a flag while apps are running

  • Local operation - all data stays on your server

Quick Start

Last updated