# SSE Parser & AI Stream Debugger for OpenAI, Anthropic, Gemini | JSON Workbench

Inspect and debug Server-Sent Events (SSE) streams in your browser. Parse OpenAI, Anthropic, Gemini, and generic event streams, then reconstruct text responses securely.

Parse, debug, and reconstruct Server-Sent Events (SSE) streams locally. Inspect raw events, filter by event type, and assemble streamed text from OpenAI, Anthropic, Gemini, and generic SSE responses.

## How to Use
- **1. Paste Your Stream**: Copy raw SSE output from your terminal or browser DevTools Network tab and paste it into the left panel.
- **2. Inspect Frames**: The parser splits frames by double newlines, detects the AI provider, and extracts each data payload automatically.
- **3. Read the Output**: View the fully reconstructed text in the 'Final Text' tab, or inspect raw JSON payloads in 'Detailed Log'.

## Why Use JSON Workbench SSE Parser?
### Privacy First
Your API payloads never leave your browser. Everything is processed locally.

### Auto Provider Detection
Automatically detects OpenAI, Anthropic, and Gemini stream formats and extracts text without configuration.

### Full Reconstruction
Assembles all streamed tokens into the complete response text — exactly what the end-user would have received.


## Frequently Asked Questions
**Q: Is this tool free?**
*A: Yes, completely free and runs 100% in your browser.*

**Q: Is my data safe?**
*A: All processing happens locally. No data is ever sent to any server.*

**Q: Which AI providers are supported?**
*A: OpenAI, Anthropic, and Google Gemini streams are auto-detected.*

**Q: Can I paste a curl command?**
*A: No — browser CORS restrictions prevent live fetching. Run curl in your terminal and paste the raw output here instead.*


[← Back to Workbench Overview (Markdown)](https://josnworkbench.com/docs/md/en/home.md)

--- 
*This is a clean, machine-readable version of the tool page. The professional-grade suite for formatting, validating, and comparing JSON and data files. Secure, browser-based, and local-first.*