Describe what you want documented. Your AI writes it, publishes it, and hands you a live link — diagrams, data tables, and all.
The payments engine routes transactions through gateway selection, fraud scoring, and provider failover. All state is captured in a unified ledger.
const tx = await processPayment({ amount: 4999, currency: 'usd', provider: 'stripe' });
No build step. No static site generator. Just ask and share.
Run npx emberflow-skills to install in Claude Code, Codex, Cursor, or Windsurf. One-time setup — takes about 10 seconds. See the install guide.
Describe what you want documented — an architecture overview, an API reference, a dataset. Your AI writes the markdown, generates diagrams, and publishes it to Emberflow in one step.
You get back a hosted URL immediately. Interactive diagrams render automatically, code is syntax-highlighted, tables are sortable. Invite collaborators or make it public.
Share with one click. Leave comments tied to specific sections — like a lightweight code review for your docs.
Requests are throttled per API key using a sliding window algorithm. Limits reset every 60 seconds.
Each key has a configurable burst allowance for short traffic spikes.
Publish it and get an instant node-graph visualization. Collapse, expand, drag, zoom — your team can actually read it.
Organize related documents into a Space with sidebar navigation — like your own Mintlify or GitBook, but published in seconds.
Welcome to the Emberflow API. This guide covers authentication, endpoints, and best practices.
https://api.emberflow.ai/v1
| Date | Order ID | Product | Region | Revenue | Status |
|---|---|---|---|---|---|
| 2024-01-03 | ORD-100042 | Pro Plan | Europe | $750 | Completed |
| 2024-01-05 | ORD-100087 | Team Plan | North America | $1,500 | Completed |
| 2024-01-08 | ORD-100134 | Enterprise | Asia Pacific | $9,000 | Pending |
| 2024-01-12 | ORD-100201 | Add-on: API | UK | $297 | Completed |
| 2024-01-15 | ORD-100298 | Starter Pack | Germany | $196 | Refunded |
| 2024-01-18 | ORD-100356 | Pro Plan | Canada | $500 | Completed |
| 2024-01-22 | ORD-100412 | Consulting | North America | $4,500 | Completed |
| 2024-01-25 | ORD-100478 | Team Plan | France | $1,000 | Processing |
Publish CSV files and get a full interactive table your team can actually explore — search, sort, filter, and export built in.
Publish from inside your AI workflow — no config files, no deploys, no context switching.
One command from Claude Code, Cursor, or any MCP tool. No markdown repos, no build pipelines, no deploy step. Your doc is live before you switch tabs.
Describe your architecture in plain text. Emberflow renders interactive, auto-laid-out diagrams with animations — no coordinates, no drag-and-drop editors.
Generate an API key and publish from anywhere — a post-deploy hook, a GitHub Action, a cron job. Same rich rendering, no AI tool required.
Whether you're building software or exploring data, Emberflow turns your AI conversations into shareable documentation.
Document your architecture, APIs, and system design directly from Claude Code or Cursor. Share with your team without spinning up a docs site.
Review AI-generated documentation with inline comments. Organize related docs into Spaces — a lightweight alternative to Notion or Confluence.
Publish datasets, JSON payloads, and pipeline schemas as interactive viewers. Explore tabular data with sort, filter, and aggregation built in.
Turn any AI conversation into a polished, shareable document. No coding required — just ask your AI to publish and share the link.
Emberflow works with the AI coding tools you already use.
Install the skill, ask your AI to document something, get a live link. No account required.
throw new RateLimitError();
}