GET STARTED
Choose your path.
Deploy in minutes.
Three ways to get started with RedQueen. All paths lead to the same Iron Curtain Gateway — the difference is where it runs and how you pay.
~30 minutes
BYOI Developer
Self-host in your own VPC. Apache 2.0 open source. No credit card. No usage limits. Full control over your data and infrastructure.
- Clone the repo
- Configure .env
- docker compose up
- Send test payload
FASTEST
~5 minutes
Cloud Quick Start
Zero infrastructure. RedQueen-hosted. x402 pay-per-use pricing. Start ingesting data in under 5 minutes.
- Create account
- Add x402 wallet
- Get API key
- Send first payload
Schedule a call
Enterprise
Dedicated VPC. Custom SLA. Compliance packages (SOC 2, HIPAA, PCI-DSS). Priority support. Custom agent development.
- Schedule discovery call
- Architecture review
- Custom deployment
- Ongoing support
BYOI Quick Start
git clone https://github.com/0x307/RedQueen.git
cd redqueen && cp .env.example .env
docker compose up -d
redqueen test --payload '{"hello": "world"}'