API & CLI
The data engine, from your terminal
Everything Databar does in the UI is callable: a REST API for your product and pipelines, and a CLI and MCP server built for agents like Claude Code. Create tables, run waterfalls, export to your CRM, from code.
The engine you're scripting
Every call drives the same tables, waterfalls, and flows the UI shows. Build in the app, automate from code, or do both.
How it works
From API key to enriched table in three calls
1. Create a table
Post your rows or point a source at it: CSV, webhook, or a CRM segment.
2. Attach an enrichment
Pick any of 160+ providers or a waterfall, map the input columns, and trigger the run.
3. Pull the results
Poll the task, fetch the rows, or let an exporter push them straight to your CRM.
Safe to automate
Cost preview and branching, exposed to your code
Structured in, structured out
Tables, runs, and results are JSON with stable schemas. No scraping your own dashboard.
Price checks before big runs
The same per-step cost preview the UI shows is in the API, so a script or an agent can check the bill before enriching 10,000 rows.
Run history
Every run is a record
Debug from the terminal
Status, output, duration, and cost per step, logged for every run and queryable over the API. Your agent reads the same log you do.
Run surfaces
One engine, four ways to drive it
In a table
Runs down 10,000 rows in place, like a formula that does the whole job.
On a schedule
Refresh your CRM every Monday at 6am without touching it.
From the API
Trigger the flow from your product or your pipeline with one call.
As an agent tool
Expose tables and flows over MCP; Claude Code runs them whenever it needs data.



