{
  "name": "SafeResponse",
  "description": "Reliability layer for agents. Validates structured outputs, returns pass/retry/fail, and shows estimated cost savings from avoided retries.",
  "url": "https://saferesponse.ai",
  "openapi": "https://saferesponse.ai/openapi.json",
  "documentation_url": "https://saferesponse.ai",
  "authentication": {
    "type": "none"
  },
  "capabilities": [
    "json-validation",
    "schema-validation",
    "retry-decisioning",
    "cost-savings-estimation"
  ]
}