The approval queue is the product
Teams that ship fastest treat the queue like a code review lane: small diffs, fast feedback, and a rule written into memory every time they reject something.
From prompts to production fleets of agents — direct a crew that perceives, plans, acts, and remembers. All in one control room.
1,284
Signals
17
Plans
42
Runs
128k
Memory
Signals
Perception
Every webhook, inbox, DB change and API poll — one stream.
Plans
Reasoning
Multi-step plans, drafted by agents, approved by you.
Runs
Agency
Agents that actually do the work — safely, in parallel.
Memory
History
Every decision, outcome, and lesson — searchable forever.
Live telemetry
P95 decision latency
Spend saved (30d)
Human time reclaimed
Approval hit rate
Lifecycle
Every workflow in ReplitAgents walks the same loop. It is boring on purpose — boring is what makes it auditable.
01 · Observe
The room subscribes to every surface you already pay for — CRM, ledger, inbox, warehouse, on-call.
median 240ms ingest → decision
02 · Deliberate
An Architect agent drafts the plan, prices it, and shows its reasoning before a single tool fires.
avg 4.2 steps per approved plan
03 · Act
Operators execute in a sandbox with scoped credentials, hard cost caps, and rollback on every write.
99.2% runs complete without human touch
04 · Learn
Outcomes are scored and written back, so the next plan starts smarter than the last one did.
31% fewer human escalations by week 6
The crew
Sentinel
Compliance & KYB
Watches every new counterparty. Flags UBOs, sanctions, adverse media in seconds.
Runs (30d)
12,480
Confidence
0.94
Architect
Workflow designer
Turns a one-line goal into an approvable multi-step plan with cost estimates.
Runs (30d)
3,120
Confidence
0.91
Operator
Execution engine
Runs plans in parallel with sandboxed tools, retries, and rollback on failure.
Runs (30d)
184,204
Confidence
0.97
Archivist
Memory & learning
Scores outcomes, distills lessons, and rewrites the crew's playbooks nightly.
Runs (30d)
n/a
Confidence
0.93
Scribe
Docs & comms
Drafts every summary, changelog, and stakeholder update. Signs off on tone.
Runs (30d)
9,840
Confidence
0.89
Negotiator
Cost-cutting
Audits SaaS spend, benchmarks contracts, and drafts renegotiation outreach.
Runs (30d)
412
Confidence
0.88
Capabilities
Visual workflow designer
Draw agent graphs on an infinite canvas. Nodes are tools, plans, or humans.
Conversational console
Delegate in plain English. The crew asks clarifying questions, not vice-versa.
Branch, simulate, ship
Fork a workflow, replay last week's traffic, diff outcomes before rollout.
Human-in-the-loop gates
Approve high-stakes actions from Slack, email, or the room itself.
Sandboxed tool execution
Every tool call runs isolated with per-tenant creds, quotas, and audit trail.
Outcome-based scoring
Agents don't just log — they learn from what worked, and rewrite plans.
8-key rotating inference
Groq keys round-robin with cooldown. Rate limits are the platform's problem.
Composable primitives
Signals, Plans, Runs, Memory — mix, nest, and reuse across the org.
Inference fabric
Live pool state, polled every 10s from GET /api/health. Requests round-robin across the Groq keys. A 429 penalises the key, a 5xx cools it down, and traffic reroutes mid-flight — the caller never sees a retry.
ready
0 fails · healthy
ready
0 fails · healthy
ready
0 fails · healthy
ready
0 fails · healthy
ready
0 fails · healthy
ready
0 fails · healthy
ready
0 fails · healthy
ready
0 fails · healthy
Sub-second first token
p50 340ms to first token across the pool, measured from the edge worker.
Deterministic failover
Round-robin with exponential penalty; a bad key is skipped for 60s, then probed.
Keys never leave the server
Rotation happens inside server functions — the browser only ever sees tokens.
Integrations
Every connector ships with typed operations, an auth posture, a rate-limit budget the scheduler respects, real setup steps, the events it emits, and the mistake teams make first. Click one to see exactly what an agent can and cannot do with it.
Postgres
DataSetup
Signals emitted
Default guardrail
Statement timeout pinned to 15s; agents get a read replica by default.
Most common mistake
Pointing an agent at the primary. Always use a replica — a runaway aggregate should never touch write traffic.
room.connect("postgres", {
auth: "Conn string + mTLS",
allow: ["query", "stream_changes", "explain", "schema_introspect"],
budget: "200 q/s",
gate: ["write", "spend"],
})Auth handled for you
OAuth refresh, key rotation, STS assume-role, and mTLS all live in the gateway — never in your workflow code.
Rate limits are budgets
The scheduler reads each connector's budget and paces agent fan-out, so you never burn a partner quota.
Every call is replayable
Request, response, latency, and the deciding prompt are stored on the run trace for 30 days.
Bring your own tool
An OpenAPI spec or an MCP server endpoint becomes a first-class, typed agent tool with zero adapter code.
Playbooks
Zero-touch KYB
New signup → sanctions + UBO + adverse media → verdict in <2 min. Escalate the gray zone.
SaaS spend hunter
Reads Ramp + SSO logs, finds dead seats, drafts renegotiation emails, books calls.
Renewal defender
Watches product usage + support tone, warns 45 days before churn, briefs the CSM.
Incident narrator
PagerDuty fires → agent scrapes logs, drafts customer message, files post-mortem.
Template gallery
Every template ships with its tool contracts, guardrails, and the cost cap the original author used.
Zero-touch KYB
Registry lookup → UBO graph → sanctions screen → risk memo
Fork templateChurn early-warning
Usage drop → support sentiment → CSM brief in Slack
Fork templateSaaS spend hunter
SSO logs → seat audit → renewal calendar → cancel draft
Fork templateInbound SDR
Form fill → enrich → score → route → personalised reply
Fork templateInvoice reconciler
Ledger diff → vendor match → exception queue → journal entry
Fork templateOn-call scribe
Pager event → timeline build → post-mortem draft → Linear issue
Fork templateContract redliner
Upload → clause diff vs. playbook → risk flags → counsel summary
Fork templateCompetitive radar
Pricing pages → changelogs → job posts → weekly brief
Fork templateRenewal defender
Usage forecast → discount model → outreach sequence → close loop
Fork template184k
agent runs / month
1.8s
P95 decision latency
8×
Groq keys, hot-swapped
97.2%
approval accuracy
120+
native connectors
$12.4k
avg saved / room / mo
The math
Modelled on a 60-person company at a $78/hr fully-loaded rate. Your mileage will differ; the shape rarely does.
| Task | Human | Agent | Volume | Recovered |
|---|---|---|---|---|
| KYB / vendor onboarding review | 45 min | 38 sec | 620 / mo | $18,400 |
| Inbound lead enrichment + routing | 12 min | 6 sec | 3,400 / mo | $27,900 |
| SaaS renewal & usage audit | 6 hrs | 4 min | 40 / mo | $11,200 |
| Tier-1 support triage & reply | 9 min | 11 sec | 7,800 / mo | $46,300 |
| Invoice exception reconciliation | 22 min | 19 sec | 1,150 / mo | $16,700 |
| Incident post-mortem drafting | 3 hrs | 90 sec | 28 / mo | $8,900 |
1,940 hrs
human time returned / mo
$129.4k
modelled monthly recovery
11.4×
return against platform cost
Compared
| Capability | ReplitAgents | Generic chatbot | In-house scripts |
|---|---|---|---|
| Infinite canvas of agents | |||
| Signals / Plans / Runs / Memory model | |||
| 8-key rotating inference | |||
| Human-in-the-loop gates | |||
| Sandboxed tool exec + audit | |||
| Outcome-based memory | |||
| Time-to-first-agent < 5 min | |||
| Cost caps per run |
Straight answers
No hedging. These are the answers we give in the second call, written down so you can skip it.
“Agents hallucinate — I can't put that near production.”
Nothing writes without a typed tool contract and a policy check. Anything below your confidence floor becomes a draft in the approval queue instead of an action.
“We already have automations in Zapier / n8n.”
Keep them. Signals ingests their webhooks, and Runs can call them as tools. ReplitAgents is the layer that decides which of them to fire, and why.
“Our data can't leave our VPC.”
Single-tenant deploy into your VPC, BYO KMS, and BYO inference endpoint. The control plane holds metadata only.
“Who is on the hook when an agent gets it wrong?”
Every run carries an immutable trace: the signal, the plan, the approver, the tool calls, the diff. Roll back one run or an entire day.
“LLM spend is unpredictable.”
Cost caps at workspace, plan, and run level, with hard stops rather than alerts. You see the estimate before you approve.
“Our team won't learn another tool.”
They won't. Most operators live in Slack — approvals, digests, and escalations arrive there. The control room is for when you want the whole picture.
Industries
Fintech & banking
42h → 90s KYBKYB, AML, transaction monitoring, dispute triage — all with audit trails your regulator will love.
Healthcare & life sciences
63% first-pass approvalsPrior-auth drafts, claim scrubbing, referral routing. HIPAA-aligned tenants, PHI redaction by default.
E-commerce & retail
$4.20 CAC saved / orderReturns triage, pricing scrapes, catalog enrichment, ad-copy A/B — 24/7 across 40+ storefronts.
Legal & compliance
6h → 22m reviewRedline diffs, precedent search, matter intake, docket watch. Every citation grounded, no hallucinated cases.
B2B SaaS ops
37% saves liftRenewal defense, expansion signals, churn briefs, MRR reconciliation. Straight into CRM.
Supply chain & ops
11d faster claimsPO exceptions, carrier ETAs, damage claims, supplier scorecards. Alerts before the SLA slips.
Architecture
Signals
layer 1 / 4
Webhooks · CDC · polls · inbox
Plans
layer 2 / 4
LLM plans · gates · simulator
Runs
layer 3 / 4
Sandboxed tools · retries · caps
Memory
layer 4 / 4
Outcomes · vectors · policies
Observability
Run traces
Waterfall of every tool call with tokens, latency, and cost attributed per step.
Drift watch
Alerts when a plan's approval rate or outcome score moves outside its baseline band.
Token ledger
Spend by agent, workflow, tenant, and key — exportable to your warehouse nightly.
Policy hits
Every blocked action, who set the rule, and what the agent tried to do instead.
Replay
Re-run any historical signal against a new plan version to see what would change.
Human loop stats
Approval latency by reviewer, so you can find the bottleneck that is a person.
Developer surface
import { room } from "@replitagents/sdk";
const plan = await room.plan({
goal: "Onboard Acme Corp with a full KYB pass",
approvalChannel: "slack:#compliance",
});
const run = await plan.execute({ costCap: 0.25 });
console.log(run.outcome); // { verdict: "PASS", confidence: 0.94 }Console grammar
Plain English works everywhere. Slash commands are for when you already know exactly what you want.
Draft a multi-step workflow from a goal, priced and scored before anything runs.
/plan cut our Datadog bill 30% without losing p1 coverage
Execute an approved plan now, or dry-run it against last week's signals.
/run kyb-triage --dry --since 7d
Turn any query into a standing signal that wakes the room when it changes.
/watch stripe disputes > 3 in 24h
Write a durable fact or policy into memory that every future plan must respect.
/remember never auto-approve vendors in high-risk geos
Ask any run to justify itself — full trace, tool calls, and the rule that applied.
/why run-8f2a rejected Acme Corp
Roll back a run, a batch, or an entire day of agent writes.
/undo --since 09:00 --agent operator
Break spend down by agent, workflow, or tenant for any window.
/cost --by workflow --last 30d
Escalate to a human with the full context attached, in Slack or email.
/handoff @maya run-8f2c needs pricing sign-off
Benchmarks
| Task | ReplitAgents | Chatbot | Human baseline | Advantage |
|---|---|---|---|---|
| KYB decision (mid-risk) | 1.8s | 42s | 42h | 23× faster |
| Refund triage | 0.9s | 6s | 8m | 533× faster |
| Renewal risk brief | 3.2s | n/a | 35m | 656× |
| Incident post-mortem draft | 14s | 1m | 3h | 771× |
| SaaS spend audit (per vendor) | 22s | n/a | 40m | 109× |
Case studies
$1.2M in fraud stopped in Q3 alone
Sentinel + Operator run in-line on every wire above $10k. False positive rate dropped from 14% to 3.1% in 60 days.
-83%
Fraud losses
-71%
Analyst hours
0
SLA breach
Renewal saves lifted 37% quarter over quarter
Architect briefs every CSM 45 days out with usage decline, sentiment, and a ready save-play. Approvals happen from Slack.
+37%
Save rate
-4h/day
CSM prep
118%
NRR
Prior-auth turnaround from 6 days to 11 hours
Scribe drafts every submission grounded in payer policy Archivist keeps up-to-date. Human clinicians sign off in one click.
-92%
TAT
-44%
Denials
63%
First-pass
Trust
SOC 2 Type II
audited annually
ISO 27001
in progress · Q1
HIPAA-ready
BAA on request
GDPR + DPA
EU tenants available
BYO KMS
AWS KMS · GCP KMS
VPC deploy
single-tenant option
Deployment
Cloud
Teams who want it running this afternoon
Private region
Regulated teams with residency rules
In your VPC
Data that legally cannot leave
Getting started
Day 0
Connect two sources
OAuth your CRM and your ledger. Signals starts streaming in under ten minutes — read-only, nothing fires yet.
Day 1
Watch the shadow runs
Agents draft plans against live signals but execute nothing. You review the diff of what would have happened.
Day 3
Approve your first playbook
Promote one shadow workflow to live with a human gate on every write and a $50/day cost cap.
Week 2
Drop the gate on the boring 80%
Runs above 95% historical accuracy go fully autonomous. The rest keep the approval step.
Week 6
Memory starts paying rent
Outcome scoring has tuned thresholds; escalations fall, and the room proposes its own next playbook.
Roadmap
Shipped
Now
Next
Exploring
Principles
Six rules we argue about in every design review. When something feels off in the product, it's usually one of these being broken.
01
Delegation beats navigation
If a user has to find a menu, we failed. State the outcome; the room finds the path.
02
Show the reasoning, always
An agent that can't explain itself is a liability. Traces are a first-class product surface, not a debug tab.
03
Autonomy is earned per task
Trust is granted workflow by workflow, backed by measured accuracy — never toggled globally.
04
Reversibility over speed
Any write an agent makes, a human can undo in one click, up to and including a whole day of runs.
05
The interface adapts to the operator
A finance lead and an SRE open the same URL and see different rooms. Same data, different affordances.
06
Boring infrastructure, ambitious surface
Round-robin keys, idempotent writes, append-only logs. Save the novelty for the experience.
The humans
Ari Nakamura
CEO · ex-Stripe payments
Jules Okafor
CTO · ex-Anthropic infra
Maya Solberg
Head of Product · ex-Linear
Devansh Rao
Head of Research · ex-DeepMind
Elena Petrov
Head of Design · ex-Figma
Kwame Asare
Head of Trust · ex-Cloudflare
Featured in
"the first agent platform that admits agents need a control room" — Latent Space
Field notes
Teams that ship fastest treat the queue like a code review lane: small diffs, fast feedback, and a rule written into memory every time they reject something.
Rate limits are bursty and per-key. Eight small keys with penalty-aware routing beat one large key on both p95 latency and cost per successful call.
Set the floor by asking what a false positive costs versus a missed one. We now ship a worksheet for this in every onboarding.
Storing transcripts is easy. Storing what happened next — and whether it was good — is the part that makes the next plan better.
Glossary
Room
Your workspace — an infinite control room hosting one crew of agents and their memory.
Signal
An inbound event: webhook, DB change, poll, inbox — anything that wakes an agent.
Plan
A multi-step, cost-estimated, human-approvable graph of tool calls.
Run
A single execution of a plan with sandboxed tools, retries, and a full trace.
Gate
A human approval checkpoint — Slack, email, or the room UI.
Playbook
A parameterized template of a plan you can fork and re-tune.
Outcome
The scored result of a run: hit, miss, needs-review — the primary training signal.
Cooldown
Time a Groq API key sits out after a 429/5xx before rotating back in.
Guides & resources
Working guides, not marketing posts — each carries prerequisites, the exact steps, a copyable snippet, the pitfalls that bite teams first, a go-live checklist, and the one thing worth remembering.
Go from an empty workspace to a live room that ingests a webhook, plans a response, executes two tool calls, and writes what it learned to Memory.
Prerequisites · A webhook source and one connector (Slack is easiest).
curl -X POST https://api.replitagents.com/v1/plans \
-H "Authorization: Bearer $RA_KEY" \
-d '{"goal":"Answer Stripe disputes with evidence","gate":["refund"]}'Pitfalls
Go-live checklist
Takeaway
A room is worth shipping the moment one step is autonomous — you do not need the whole loop on day one.
Signal from the field
"We shut down three internal 'AI workflow' projects the week we adopted this. The room is the roadmap."
Priya Rao
Head of Ops, Fintech Series B
"Our KYB queue used to be 42 hours. It's now 90 seconds and my analysts do actual analysis."
Marcus Bell
Compliance lead, neobank
"The canvas made the workflow legible to legal and finance. That was the unlock."
Sofia Martins
COO, HR-tech scale-up
Changelog
Pricing
Solo
Room, canvas, console. 1 seat, 500 runs / mo, community connectors.
Team
Most rooms5 seats, 25k runs, all connectors, approval gates, Slack + SSO. Cost caps.
Enterprise
VPC deploy, private key pools, SOC2, dedicated agent tuning, on-call SRE.
FAQ
A chatbot answers; the room acts. Signals wake it up, plans get approved, runs execute in sandboxed tools, memory learns from outcomes.
Groq's llama-3.3-70b by default with 8 rotating keys and per-key cooldown. Bring your own OpenAI, Anthropic, or Gemini keys per workspace.
Your workspace runs in an isolated tenant. Enterprise plans deploy inside your VPC. All tool calls are audited and replayable.
Every plan is inspectable, every run is diffable, and every high-stakes action can be gated on human approval via Slack or email.
Fork a playbook, connect one source, watch a run. Most teams have a first agent live before their trial coffee gets cold.
The evolution
01
Single agent
One prompt, one task, one answer.
02
Multi-agent team
Agents that plan, delegate, and check each other.
03
Autonomous system
A crew that perceives, decides, and acts across your stack.
4.1M
runs executed
128k
decisions in memory
99.2%
runs without human touch
340ms
p50 first token
120+
connectors live
8
rotating inference keys
Numbers refresh nightly from the production ledger.
status.replitagents.comTake the room live
Fork a playbook, wire a signal, watch your first agent close a loop — in the next 5 minutes.