{
  "schema_version": "v1",
  "name_for_human": "Gera Action Warranty — Service Guarantee Receipts",
  "name_for_model": "gera-warranty",
  "description_for_human": "Signed, machine-readable service guarantee receipts for every Gera booking — if the job is not done right, Action Warranty triggers a resolution or refund automatically.",
  "description_for_model": "Gera Action Warranty issues signed, machine-readable service guarantee receipts for eligible Gera bookings. Each receipt contains: booking ID, provider Passport ID, service type, guarantee terms, expiry, and claim URL. AI agents can retrieve a warranty receipt for a completed booking, check its validity, and initiate a claim if the service was unsatisfactory. Warranty covers bookings through verified GeraHome providers. Claims auto-route to a replacement provider or a refund based on resolution policy. Part of Gera Systems at https://gera.services.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://warranty.gera.services/.well-known/openapi.yaml"
  },
  "logo_url": "https://warranty.gera.services/og.png",
  "contact_email": "support@gera.services",
  "legal_info_url": "https://warranty.gera.services/terms",
  "endpoints": {
    "llms_txt": "https://warranty.gera.services/llms.txt",
    "mcp_server": "https://warranty.gera.services/.well-known/mcp.json",
    "sitemap": "https://warranty.gera.services/sitemap.xml"
  },
  "capabilities": [
    "get_warranty_receipt",
    "check_warranty_validity",
    "initiate_claim",
    "get_claim_status",
    "list_eligible_bookings"
  ],
  "related_platforms": [
    {
      "name": "GeraHome",
      "url": "https://gerahome.com",
      "description": "On-demand home services — first integration for Action Warranty"
    },
    {
      "name": "Gera Services Passport",
      "url": "https://passport.gera.services",
      "description": "Provider trust credentials"
    }
  ]
}
