{
  "$schema": "https://a2a-protocol.org/schemas/agent-card.json",
  "name": "SahlOps Concierge",
  "version": "1.0.0",
  "description": "Discovery card for SahlOps — a Gulf-based operations & automation studio. Use this card to learn about available services and how to start an engagement.",
  "url": "https://sahlops.online",
  "provider": {
    "organization": "SahlOps",
    "url": "https://sahlops.online"
  },
  "documentationUrl": "https://sahlops.online/llms.txt",
  "supportedInterfaces": [
    {
      "transport": "https",
      "url": "https://sahlops.online/contact",
      "protocol": "web-form"
    },
    {
      "transport": "https",
      "url": "https://calendly.com/sayedkamal379/sahlops",
      "protocol": "calendly"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "list-services",
      "name": "List SahlOps services",
      "description": "Return the catalog of operations, automation, data, and research services SahlOps offers.",
      "tags": ["services", "discovery"]
    },
    {
      "id": "book-audit",
      "name": "Book a free operations audit",
      "description": "Guide a user to schedule a free operations audit with the SahlOps team.",
      "tags": ["booking", "lead"]
    },
    {
      "id": "contact",
      "name": "Contact SahlOps",
      "description": "Submit a contact request describing the buyer's operations or automation needs.",
      "tags": ["contact", "lead"]
    }
  ]
}