THE CONTROL PLANE
FOR AGENT SWARMS.
LLM prompts are Behavioral Specifications. When an agent drifts or a tool schema breaks a swarm, you need an instant control plane, not a full git deploy. PromptMatrix is the runtime behavior registry for LangGraph, CrewAI, and OpenClaw. Hot-patch personas dynamically with zero swarm downtime and zero redeployment.
assistant.persona in productionFour roles. One protocol.
Run it your way.
Your data. Your rules.
No forced cloud. No vendor lock-in. Start in your browser today. Move to SQLite when you're ready. Self-host when it's serious. Cloud when your team needs it.
Built for agent swarms.
Not just prompt editors.
In a multi-agent system, prompts are Behavioral Specifications. When a Researcher agent drifts, you need a control plane — not a git commit.
Your AI behavior is
running ungoverned.
The people closest to your users — product, marketing, ops — can't touch what the AI says. They file tickets. Engineers handle it between real work. Prompts drift from what's in Notion. Nobody knows what's actually live in production right now. You shipped an AI product without a control plane for it.
Uncontrolled changes.
Or a control plane.
Four steps. Engineer runs two of them.
Everything else is governed automatically.
Engineers own steps 1 and 4. Everyone else uses steps 2 and 3. The gate never opens without engineer review.
One API call replaces the hardcoded string. Done once per prompt. The key appears in the dashboard immediately. Engineers never touch it again.
Product, marketing, operations — they see the live prompt in plain text in the dashboard. They edit it. They submit. No code. No Git. No ticket.
A clean line-by-line diff. Old version in red. New version in green. The engineer sees exactly what changed, approves if it's correct, rejects with a note if it's not.
The serve endpoint returns the approved content on the next call. No application redeploy. The audit trail is written. The version is snapshotted for rollback.
The engineer sees
exactly what changed.
Not a wall of text. A precise, line-by-line diff. Old content in red. New content in green. The engineer knows the full scope of what they're approving — and can reject with a written note if anything is off-brand, incorrect, or unsafe.
The full governance
stack for AI behavior.
Not just an editor. A controlled change pipeline — with history, diff review, quality scoring, and an audit trail that compliance teams actually accept. Every layer of the governance stack, shipped.
The core of the system. Non-engineers propose changes in plain text. Engineers see the full diff before approving — old content vs new, line by line. Reject with a note, or approve and it's live in 10 seconds. Nothing reaches production without an explicit human decision.
Your application calls /pm/serve/key at runtime. It always returns the current approved version. When a change is approved, the next call returns the updated content. No application redeploy, ever.
Every approved change creates an immutable snapshot. Full history of what was live and when. 1-click rollback to any previous version in under 10 seconds. No incident call. No engineer on-call required.
SNAPSHOTS · HISTORY · 10s ROLLBACKEvery prompt your system uses, in one place. Live content, current status, last change, who approved it, what version it's on. The single source of truth — visible to engineers, product, and leadership alike.
REGISTRY · STATUS · SINGLE SOURCEImmutable log of every event: who proposed, who approved, previous content, new content, exact timestamps. Export-ready for compliance review, enterprise contracts, and legal discovery. Not a Git log — a real audit trail.
AUDIT LOG · COMPLIANCE · CSV EXPORTYou've tried the
workarounds. Here's why they break.
Every team reaches for the obvious shortcuts first. Each one has a structural failure. Here's what each actually costs — and what PromptMatrix does instead.
| APPROACH | STRUCTURAL FAILURE | NON-ENG EDIT | APPROVAL GATE | AUDIT LOG |
|---|---|---|---|---|
| Hardcoded in source | Every change is a PR and a deploy. Non-engineers are permanently locked out. No change history outside of git blame. | ✗ | ✗ | ✗ |
| Env variables / config files | Still requires a deploy to change. No diff view. No approval gate. Who actually edits env vars on your team? Not the product manager. | ✗ | ✗ | ✗ |
| Notion / Google Doc | Disconnected from the application. The doc drifts from production immediately. No enforcement, no history that maps to what actually ran. | ~ | ✗ | ✗ |
| LaunchDarkly / feature flags | Designed for boolean feature flags, not prose text governance. No diff view for language. No non-engineer editing workflow. Expensive for what you actually get. | ~ | ✗ | ~ |
| LangSmith / LangFuse | Observability and tracing tools — they watch what's happening, not govern what happens next. Still no approval gate. Still no safe editing path for non-engineers. | ~ | ✗ | ~ |
| PromptMatrix | Built exactly for this problem: non-engineers edit safely, engineers review and approve, everything is logged immutably, live in 10 seconds. | ✓ | ✓ | ✓ |
~ = partial or limited · ✗ = not supported · ✓ = built for this
100% Open Source.
Strictly Local.
PromptMatrix is a community-first protocol. Download, self-host, and govern your AI systems with total autonomy.
The full governance protocol for local-first engineers. Fully open source, transparent, and community-driven. Run it on your iron, keep your data, own your logic.
- ✔ Full repository & source access
- ✔ Local-first SQLite registry
- ✔ Unlimited seat count (Self-hosted)
- ✔ Rule-based evaluation engine
- ✔ AES-256-GCM Cryptographic security
- ✔ Docker, Start-scripts, and CLI tools
- ✔ 100% Privacy & Data Sovereignty
Five tiers. One protocol.
Built to scale with you.
Starter and Pro are live now — subscribe monthly. The Founder tier is hardcapped at 100 orgs with lifetime access, no subscription ever. Scale and Enterprise are on waitlist. Self-host forever free with the MIT-licensed OSS version.
Everything in Starter — plus fully managed cloud with LLM evaluation gating, priority support, and a permanent spot in our founding cohort. Pay once. Own it forever.
- ✓ Everything in Starter
- ✓ 500 prompts on managed cloud
- ✓ 5 team seats with RBAC
- ✓ 100 RPM serve throughput
- ✓ LLM-as-a-judge evaluation engine
- ✓ Priority support
- ★ Name in FOUNDERS.md forever
- ★ Direct input on roadmap
Step 1: Create workspace · Step 2: Payment activates cloud access
An Agent Behavior Registry is a centralized, version-controlled repository for managing prompts, personas, and tool schemas outside of your codebase. PromptMatrix serves these configurations dynamically to your agents at runtime, preventing configuration drift.
By pulling configurations via the <5ms PromptMatrix serve endpoint instead of hardcoding them, agents fetch their prompt behavior at each task invocation. Changing a prompt in PromptMatrix immediately updates all subsequent agent cycles without restarting the swarm.
PromptMatrix is framework-agnostic. It works out-of-the-box with any LLM orchestrator or swarm system, including OpenClaw, LangGraph, and CrewAI.
Yes. The Community Edition is 100% open-source and MIT-licensed. You can run it locally or deploy it to your own server using Docker with SQLite, Postgres, or MySQL.