Skip to main content

Customer-support agent issuing refunds

Actors:
  • Human: support manager
  • Agent: AI support bot
  • Relying service: your backend refund API
Every refund request calls /v1/check with context like:
{ "action": "refund", "amount": 49.00, "customer_id": "...", "reason": "late delivery" }

DevOps agent deploying to production

Context example:
{ "action": "deploy", "env": "prod", "repo": "api", "commit": "...", "change_risk": "high" }

Research agent using paid APIs

Context example:
{ "action": "search", "provider": "serp", "estimated_cost": 0.10 }