Introducing RedQueen
Today we’re open-sourcing RedQueen — the autonomous agentic data engineering control plane.
The Problem
Data engineering is broken. Every organization building a data pipeline faces the same challenges:
- Format chaos: JSON today, Avro tomorrow, CSV from the legacy system that nobody wants to touch
- Security theater: PII scanning that runs once a week, not at ingestion time
- Schema drift: The pipeline breaks because someone added a column
- Compliance debt: SOC 2 auditors asking for evidence that doesn’t exist
The traditional solution is to hire more data engineers. But data engineers are expensive, slow, and don’t scale.
The Solution: 17 Autonomous Agents
RedQueen replaces the human data engineering team with a coordinated swarm of 17 specialized AI agents, each with a single responsibility:
- Intake Warden — authenticates every payload via x402 or VPC token
- Helix Serializer — normalizes any format automatically
- Agent Smith Prime — orchestrates the security sub-swarm
- Code Injection Specialist — OWASP/YARA scanning
- Cognitive Defense Agent — NLP prompt injection detection
- Vaccine Compiler — payload sanitization
- Sentinel Tag — PII/PCI/PHI classification
- The Cloak — format-preserving encryption
- Ledger Guard — cryptographic hash verification
- Cipher Scribe — blockchain audit trail anchoring
- Blueprint Tracker — schema registry
- Phantom Speculator — zero-config schema inference
- Solicitor — data contract generation
- Inquisitor — quality test compilation
- T-Virus Quarantine Officer — inline quality enforcement
- Bronze Scribe — lakehouse transactional writes
- Red Queen Overseer — pipeline orchestration and self-healing
The Iron Curtain
We call the ingestion pipeline the Iron Curtain — because no data crosses it unguarded. Every payload passes through all 17 agents before a single byte enters your lakehouse.
x402 Machine Economics
RedQueen is built for the machine-to-machine economy. Every agent call is priced in USDC on Base L2 using the x402 protocol. Agents pay agents. No subscriptions, no seats, no enterprise contracts.
BYOI mode is free forever under Apache 2.0.
Get Started
npm install -g @redqueen/cli
redqueen init --mode byoi
Read the quickstart guide to deploy in under 60 seconds.