{
  "schema": "https://schema.a2a.org/v1/agent-card.json",
  "name": "Selnoviktech Agent",
  "description": "Selnoviktech AI agent surface — lets agents search and read Selnoviktech public articles and pages.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://selnoviktech.com",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Selnoviktech",
    "url": "https://selnoviktech.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "selnoviktech_search",
      "name": "Search Selnoviktech",
      "description": "Search Selnoviktech articles, pages, and tutorials by keyword.",
      "tags": ["search", "articles", "tutorials"],
      "examples": ["Find articles about Kubernetes", "Search crypto news"]
    },
    {
      "id": "selnoviktech_read",
      "name": "Read article",
      "description": "Fetch the full text of a Selnoviktech article by URL or wp-json post id.",
      "tags": ["read", "article"],
      "examples": ["Read https://selnoviktech.com/example-post"]
    }
  ]
}
