rombik API
HTTP API for flowcharts & structograms from your scripts. Authenticate with the X-API-Key header.
Full API reference
All endpoints, parameters, code samples in several languages and try-it — interactive, on its own page.
Integrations & Tools
rombik CLI
Work with the API straight from your terminal.
Install via Terminal ▾
macOS / Linux
sh
curl -fsSL https://rombik.app/install.sh | shWindows (PowerShell)
ps1
irm https://rombik.app/install.ps1 | iexWindows (CMD)
cmd
curl -fsSL https://rombik.app/install.cmd -o "%TEMP%\rombik-install.cmd" && "%TEMP%\rombik-install.cmd"Not sure which? The install command above auto-detects. Or manually: ▾
MCP server
For AI clients without a handy terminal (Claude Desktop, Cursor...). Agent gets render_flowchart, balance, products, topup_link.
Install the CLI, run “rombik auth”, then connect in client: ▾
Claude Code
sh
claude mcp add rombik -- rombik mcpCursor / Windsurf (JSON)
json
{
"mcpServers": {
"rombik": { "command": "rombik", "args": ["mcp"] }
}
}Рідний формат rombik / rombik native format
For unsupported languages, use lang:"rombik" and pass astJSON (requires Pro).
Full specification — /api/v1/rombik-format.md.
Ready to start?