Ship & run
Auto-discover undocumented routes
APIblaze watches real traffic and surfaces endpoints that aren’t in your spec yet — deduped into clean path templates, so /users/42 and /users/99 collapse to /users/{id}. Review them in the dashboard, or let the OpenAPI agent document them.
- Finds routes your OpenAPI is missing
- Path-template dedup — no per-id noise
- Feeds straight into the OpenAPI builder agent
- Review, dismiss or publish each candidate
npx apiblaze agent openapi — candidates from real traffic
$ npx apiblaze agent openapi acme
routes seen in traffic, missing from your spec (24h)
GET /users/{id}/cart 112 hits
POST /orders 41 hits
GET /products/{id} 38 hits
agent › propose paths + schemas for these 3?
you › yes
/publish — or dismiss the ones you don't wantYour spec, kept honest
Traffic-based discovery
New endpoints surface the moment they’re called.
Template dedup
IDs collapse to {id} so candidates stay clean and countable.
Spec hand-off
Promote a candidate and the OpenAPI agent documents it for you.
Try it in 30 seconds
No signup required. Claim it to your account whenever you’re ready.