Agent-native API · 20 services · Live in production

Your agent hits an error.
Resolve knows the fix.

One HTTP call returns structured recovery steps — backoff timings, retry counts, root cause. Built for autonomous agents that can't afford to stall.

Request
Response
# Your agent hits an OpenAI 429
curl -X POST https://resolve.arflow.io/resolve \
  -H "Content-Type: application/json" \
  -d '{
    "service": "openai",
    "error_code": "429",
    "message": "Rate limit exceeded",
    "agent_id": "my-agent-v2"
  }'

↓ Response in ~50ms
{
  "category": "rate_limit",
  "confidence": 0.97,
  "resolution": {
    "backoff_seconds": [20, 40, 80, 160, 320],
    "steps": ["Wait 20s before retry", ...]
  }
}
52+
Curated resolutions
20
Services covered
<50ms
Median response time
97%
Match accuracy
Error in. Fix out. Under 50ms.
1

Agent posts the error

OpenAI 429, Postgres 53300, Stripe card_declined — your agent catches the error and sends it to Resolve in one HTTP call.

2

Resolve matches it

Three-tier matching: exact error code → regex pattern → best-for-service fallback. Returns in under 50ms.

3

Agent self-heals

Structured steps, backoff timings, retry counts, and documentation links — everything needed to recover and continue.

Coverage
Built for the agent stack

20 services. Growing weekly.

openai
anthropic
gemini
stripe
aws
github
twilio
sendgrid
postgres
redis
cloudflare
discord
docker
pinecone
shopify
huggingface
resend
supabase
+ more weekly
Pricing
Priced for production workloads.
Free
$0 / mo
No credit card · instant key
  • 500 resolves / month
  • All 20 services covered
  • Full resolution detail
One key per email address
Agent Fleet
$99 / mo
Billed monthly · cancel anytime
  • 500,000 resolves / month
  • Custom resolution contributions
  • Private resolution library
  • Agent ID tracking + analytics
  • Dedicated support
Get API access →

Your agent stack needs a recovery layer.

52 curated resolutions. 20 services. Live in under 5 minutes.

Get API access → See covered services