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.

Open the reference →

Integrations & Tools

For AI agents

A ready-made skill for Claude Code and other agents.

rombik CLI

Work with the API straight from your terminal.

Install via Terminal ▾
macOS / Linux
sh
curl -fsSL https://rombik.app/install.sh | sh
Windows (PowerShell)
ps1
irm https://rombik.app/install.ps1 | iex
Windows (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 mcp
Cursor / 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.

view the spec →

Ready to start?