{
  "protocolVersion": "0.3.0",
  "name": "STIKER — business discovery assistant",
  "description": "STIKER hosts agent-ready microlanding storefronts for small businesses. Each published business exposes its own Agent Card at https://{subdomain}.stiker.ai/.well-known/agent-card.json with services, prices, hours, contacts and lead submission.",
  "url": "https://us-central1-stiker-new.cloudfunctions.net/microlandingA2A",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "STIKER",
    "url": "https://stiker.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "about",
      "name": "About STIKER",
      "description": "Learn what STIKER is and how to reach individual business storefronts.",
      "tags": [
        "about",
        "platform"
      ],
      "examples": [
        "What is STIKER?",
        "How do I talk to a specific business?"
      ]
    }
  ],
  "documentationUrl": "https://stiker.ai/llms.txt"
}