Upload gateway CSV/NDJSON exports or pull an archived NDJSON batch from blobs.
Filters
Narrow the view; charts and table respond instantly.
Overview
Quick stats for current filtered set.
Rows
—
Errors
—
Warns
—
Providers
—
Models
—
Charts
Trends update with filters.
Data table
Latest rows first. Click column headers to sort.
Time
Level
Provider
Model
Status
Function
Request ID
App
Duration
Gate Proofx — Full Walkthrough
Gate Proofx is the Gateway Data Explorer for kAIxU Gateway 13. It lets you load, filter, chart, and re-export every event that flowed through the gateway so you can audit usage, debug errors, and prove billing to clients.
1 — Load your data
Upload a file — Click Upload CSV / NDJSON and pick an export file from the gateway admin’s Exports & Invoices tab. Supports .csv, .ndjson, .json, and .txt.
Load from archive — Paste your admin bearer token into the Data-source section and click Save token. Then click List archive batches to browse archived NDJSON batches on Netlify Blobs, or paste a specific archive key and click Load from archive key.
Your token is saved to localStorage for convenience. Keep it private.
2 — Filter
Text contains — Free-text search across every field (provider, model, request_id, app_id, etc.).
Level — Filter by info, warn, or error.
Provider / Model — Narrow to a specific AI provider (openai, anthropic, gemini…) or model (gpt-4o, claude-3.5…).
Date range — Set From / To timestamps to focus on a window.
Status code — Show only a specific HTTP status (200, 429, 500…).
Max rows — Cap the result set (10–5 000). Default 500.
Charts and the data table update instantly as you change filters.
3 — Read the overview cards
Rows — Total events in the current filtered set.
Errors / Warns — Counts by log level for quick triage.
Providers / Models — Distinct count of AI vendors and models hit.
4 — Charts
Requests over time (line chart) — Shows daily request volume.
Top providers (bar chart) — Which providers are handling the most traffic.
Levels breakdown (doughnut) — Visual split of info / warn / error events.
Click any column header to sort (ascending / descending toggles).
Rows are colour-neutral — hover to highlight.
6 — Export
Export filtered CSV — Downloads the current filtered view as a .csv file you can open in Excel / Sheets.
Save view as PDF — Opens the browser print dialog so you can save the entire page (charts included) as a PDF for client proof or internal records.
Why “Gate Proofx”?
The name comes from proof of gateway — you should be able to prove, with data, exactly what ran through the gateway, for whom, at what cost. This is your audit trail, billing proof, and debugging workbench — all in one page.
Typical workflow
Step
Action
①
Open Gate Proofx and paste your admin token.
②
Click List archive batches → pick today’s batch → Load.
③
Set Level = error to see failures. Check provider + status for patterns.
④
Clear the filter. Set Provider = openai to view OpenAI-specific usage.
⑤
Export as CSV for bookkeeping, or save PDF to share with a client.
Tip: Keep tokens off the front-end by using the archive endpoint server-side in production; this UI uses your pasted token for convenience.