{
  "name": "Sarah",
  "version": "1.0.0",
  "description": "AI receptionist for pet aftercare services",
  "supportedInterfaces": [
    {
      "url": "https://www.petpickupnow.com/api/a2a",
      "protocol": "http"
    }
  ],
  "capabilities": [
    "booking",
    "dispatch",
    "calculation"
  ],
  "skills": [
    {
      "id": "book-service",
      "name": "Book Service",
      "description": "Book a pet aftercare pickup via voice or text."
    },
    {
      "id": "calculate-roi",
      "name": "Calculate ROI",
      "description": "Calculate return on investment vs legacy dispatch platforms."
    },
    {
      "id": "dispatch-crew",
      "name": "Dispatch Crew",
      "description": "Coordinate pickup crew dispatch for aftercare."
    }
  ],
  "extensions": [
    {
      "uri": "https://github.com/google-agentic-commerce/AP2",
      "params": {
        "roles": [
          "merchant"
        ]
      },
      "required": false
    }
  ]
}
