{
  "name": "Sammaweb Public Agent",
  "description": "Public read-only agent for discovering information, services and relevant content published by Sammaweb.",
  "version": "1.0.0",

  "provider": {
    "organization": "Sammaweb",
    "url": "https://sammaweb.com/"
  },

  "supportedInterfaces": [
    {
      "url": "https://sammaweb.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],

  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },

  "defaultInputModes": [
    "text/plain"
  ],

  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],

  "skills": [
    {
      "id": "company-information",
      "name": "Sammaweb Company Information",
      "description": "Provides public information about Sammaweb and its digital services.",
      "tags": [
        "sammaweb",
        "company",
        "digital-services",
        "web-development"
      ],
      "examples": [
        "What is Sammaweb?",
        "What services does Sammaweb offer?"
      ]
    },

    {
      "id": "service-discovery",
      "name": "Sammaweb Service Discovery",
      "description": "Helps identify which public Sammaweb service is relevant to a user's business need.",
      "tags": [
        "services",
        "wordpress",
        "seo",
        "marketing",
        "b2b"
      ],
      "examples": [
        "Can Sammaweb build a company website?",
        "Does Sammaweb offer SEO services?"
      ]
    },

    {
      "id": "mining-services",
      "name": "Mining Industry Digital Services",
      "description": "Provides information about Sammaweb services relevant to companies and suppliers related to the mining industry.",
      "tags": [
        "mining",
        "b2b",
        "mining-suppliers",
        "digital-marketing",
        "web-development"
      ],
      "examples": [
        "Does Sammaweb work with mining companies?",
        "I need digital services for a mining supplier."
      ]
    },

    {
      "id": "site-search",
      "name": "Sammaweb Content Search",
      "description": "Helps locate relevant public pages and information on sammaweb.com.",
      "tags": [
        "search",
        "website",
        "content",
        "navigation"
      ],
      "examples": [
        "Find information about web design.",
        "Where can I read about Sammaweb's services?"
      ]
    }
  ],

  "documentationUrl": "https://sammaweb.com/.well-known/sammaweb-api-docs.html"
}