THE PROBLEM

Docs drift. The gateway doesn't.

Every team we talked to had the same story: a wiki page or a Postman collection that used to be accurate, gradually falling out of sync as services were added, routes changed, and services got swapped in and out.

Meanwhile, CharonITE's Admin API already holds the current, correct answer — it just isn't in a shape anyone can hand to a teammate or drop into a request tool.

01 Source of truth: your running gateway, not a wiki page
02 Output: a standard collection format, not a proprietary one
03 Footprint: nothing installed on your Platform
WHAT WE OPTIMIZE FOR

A few opinions, held firmly

CharonITE is deliberately narrow in scope. Here's what guides the decisions we do make.

Read-only, always

CharonITE only ever issues GET ,Create requests to your Admin API. It can't modify, or delete anything on your gateway — there's no code path that does.

Formats people already use

Collections export as Postman v2.1 JSON on purpose. We'd rather target a format your other tools already open than invent our own.

No account, no telemetry

CharonITE doesn't phone home. What it fetches from your Admin API stays on your machine unless you choose to share the exported file.

Boring is a feature

A tool that reads your API surface should be predictable. We'd rather ship fewer features than ship ones that surprise you.

OPEN SOURCE

Built in the open, and meant to stay small.

CharonITE is MIT-licensed. Read the code, file an issue, or send a patch.