Sardis Company Builder
An AI agent that researches, validates, and specs a company by paying real services per call over MPP micropayments, planned live by Claude.
What it is
Sardis Company Builder is an autonomous agent that takes a company idea and produces an actionable plan: research, validation, branding, and a set of technical specs a coding team can build from. It pays for each external service it uses with real micropayments.
The problem it solves
Starting a company means calling many different APIs (search, enrichment, content generation, file upload, email) and deciding which to use when. This agent automates both the orchestration and the per call payment, and ends with specs that are ready to hand to a build team.
How it works
It discovers available services through the Tempo CLI, asks Claude to generate a JSON execution plan over those services, then runs each step with tempo request, which handles payment and auth on the Machine Payments Protocol. After each phase it feeds results back to Claude and adapts the remaining plan. A FastAPI server charges the user one USDC per build (gating with HTTP 402), keeps a margin, and spends part of it on downstream services, then returns a report with every step, cost, and a generated specs document.
Where it fits
It is a working demonstration of agent economic autonomy on top of MPP, and a real consumer of the kind of governance Sardis provides: an agent making many paid decisions in sequence, each one a place a policy layer belongs.
Status
Working and deployed to Google Cloud Run. It runs full end to end builds with real payments across fifty plus services and returns consumable specs.