API Documentation · Addon
Beautiful API docs from your OpenAPI spec.
Drop in your openapi.yaml. Get an explorer with parameter tables, syntax-highlighted samples, and a working try-it that uses real auth.
docs.acme.com/api/customers
POST
/v1/customers
Create a new customer record.
Parameters
email
string
required
Customer's email address.
name
string
Full legal name.
metadata
object
Up to 50 key-value pairs.
currency
string
Three-letter ISO code.
Response
200 OK{ "id": "cus_abc123", "email": "ada@example.com", "created": 1714233600 }
Latency: 142 ms · region: us-east-1
Import OpenAPI
From openapi.yaml to a polished docs site in 30 seconds.
- → Supports OpenAPI 3.0 + 3.1
- → Reads
info,tags,servers - → Re-imports on every push so your docs stay in sync
- → Multi-spec support per KB
openapi.yaml
OpenAPI 3.1 · 142 endpoints · 12 tags
✓ Indexed 142 endpoints across 12 tags
Try-it explorer
A real request panel. Real responses.
Visitors edit the request body in your browser, hit Send, and see the live response from your API. No copy-paste-into-curl gymnastics.
Request body
{ "email": "ada@example.com", "name": "Ada Lovelace" }
Response
200 OK{ "id": "cus_abc123", "created": 1714233600 }
Latency: 142 ms
Auth-aware
Visitors see only what they're allowed to call.
- → Bearer-token field at the top, persisted per-session
- → Per-endpoint auth requirements respected from the spec
- → Locked endpoints show a shield icon — no broken try-its
GET
/v1/customers
POST
/v1/customers
DELETE
/v1/customers/:id
POST
/v1/charges
Ready to ship API docs that look like Stripe's?
$19/mo per KB. Re-imports on every push.