Build custom agents on Resolve AI
Compose Resolve AI primitives into your own agents and existing workflows. Use context, investigation, and remediation without rebuilding them
Build your own agents on Resolve
Resolve is exposed as MCP, API, and Skills. Your agents call Resolve for production context, investigation, and remediation, without rebuilding the primitives
Root cause: Connection pool exhaustion, not CPU. RDS CPU is ~10% (baseline). All 80 connections on the primary are held by one long-running reporting query (running 8m), blocking new checkout transactions since 14:18 UTC.
- Terminate blocking query pid 18472 to free connections immediately.
- Suggested fix: Add statement_timeout = '30s' to the reporting-service DB role at db/roles/reporting.tf:42.
- Follow-up: rewrite the aggregation in report_engine.go:142 to avoid full scans.
Use Resolve in the workflows your team already lives in
Call Resolve from Slack, your CLI, your IDE, or another agent. Production context and remediation surface wherever your engineers already work
12 customer tickets in 15m: “can’t complete checkout”
support-monitorservice:checkout-servicecustomer-symptom-investigation- ticket_count
- 12
- common_symptom
- “can’t complete checkout”
- sample_ids
- [INC-4821, INC-4824, INC-4829, +2]
- first_seen_at
- 4m ago
Plug your skills into Resolve
Resolve consumes the runbooks, internal tools, and tribal knowledge your team has already built. Every investigation uses what you already have
pg-replication-lag
kafka-consumer-lag
deploy-health-check
rds-cpu-investigation
oncall-handoff
incident-postmortem
Used and loved by engineers
Removing the toil of investigations, war rooms, and on-call
We pull fewer engineers into war rooms, on-call is materially better, and that translates directly to advertiser trust and revenue protection.
Shahrooz Ansari
Sr. Director of Engineering, DoorDash
I don't need more numbers or more data. What I need is a root cause.
Chris Umbel
AIOps Lead & SRE, Zscaler
Resolve AI proved it could deliver real results in a constrained environment. It identified dependencies, surfaced accurate root causes 73% faster than our teams, all while integrating cleanly into our existing stack.
Angelo Marletta
Staff Software Engineer, Coinbase
Resolve AI makes our junior on-call engineers as effective as our seniors, flattening the experience curve. We've seen a 2x productivity lift while eliminating the runbook gap.
A.D.
Sr. Director of Engineering, Financial Services Company
We pull fewer engineers into war rooms, on-call is materially better, and that translates directly to advertiser trust and revenue protection.
Shahrooz Ansari
Sr. Director of Engineering, DoorDash
I don't need more numbers or more data. What I need is a root cause.
Chris Umbel
AIOps Lead & SRE, Zscaler
Resolve AI proved it could deliver real results in a constrained environment. It identified dependencies, surfaced accurate root causes 73% faster than our teams, all while integrating cleanly into our existing stack.
Angelo Marletta
Staff Software Engineer, Coinbase
Resolve AI makes our junior on-call engineers as effective as our seniors, flattening the experience curve. We've seen a 2x productivity lift while eliminating the runbook gap.
A.D.
Sr. Director of Engineering, Financial Services Company
Shipping every week
- May 2026
MCP server beta
Call Resolve from any MCP-compatible client
- May 2026
Skills SDK
Define agent skills in Python or TypeScript
- May 2026
Slack action surface
Trigger investigations from Slack threads
- April 2026
Public API
Programmatic access to Resolve primitives
Frequently asked questions
How do I get started building a custom agent?
Resolve exposes three composable primitives: MCP, API, and Skills. Start with whichever fits your stack. Most teams begin with MCP because their agent framework already speaks itWhat can I bring from my existing setup?
Runbooks, internal tools, scripts, and knowledge bases. Resolve uses what your team has already built rather than asking you to rebuild itHow do agents access internal tools?
Through your existing auth and permissions. Resolve does not replicate your stack, it composes with itIs this only for technical teams?
The custom agent layer is for engineers. The agents you build with it work for everyone you supportWhat is the security model?
The same as the rest of Resolve: read-only by default, scoped action permissions, and an audit log on every callCan I run Resolve fully self-hosted?
Talk to us. We support several deployment models depending on your environment