Blunox is an AI Data Automation platform. Autonomous agents plan, build, validate, and deploy production data pipelines — with a human approving the plan at each checkpoint. This guide covers how to go from a connected source to a shipped data product.
Get from zero to a deployed pipeline in four steps:
build graph — sources, transforms, targets, tests.Expert workers mapped to data roles — Builder, Migration, Quality, Activation, FinOps, and Docs. They run concurrently and share the Context Graph.
Your standards, contracts, and policies, encoded once and inherited by every pipeline. See Context Graph.
The console where you supervise agents, review diffs, and approve at checkpoints.
Requests can be made in the UI, via the CLI, or through the REST API. Describe the source, target, transformation rules, and business logic; Blunox interprets intent, asks clarifying questions, and confirms understanding before execution.
Before any code is written, Blunox produces an explicit graph of sources, transformations, targets, dependencies, and tests. You can edit or reject any node. Nothing builds until the plan is approved.
Every change ships through an approval checkpoint as a reviewable diff with tests and lineage attached. Approve to deploy, or request changes in natural language.
Authenticate with blunox auth login, then drive everything programmatically. The REST API mirrors the CLI for CI/CD integration.