{
  "$schema": "https://a2a-protocol.org/schemas/v0.3.0/agent-card.json",
  "protocolVersion": "0.3.0",
  "name": "simulator-company-assistant",
  "displayName": "Simulator.Company Assistant",
  "description": "Public assistant for Simulator.Company — answers questions about the Digital Twin platform, license tiers, the Active Transaction Graph model, the Smart Company maturity phases, and the marketing site. Backed by a Cloudflare Worker that grounds answers on /llms.txt and the live tariff API.",
  "version": "1.0.0",
  "provider": {
    "organization": "Corezoid Inc.",
    "url": "https://simulator.company",
    "contact": "support@corezoid.com"
  },
  "preferredTransport": "HTTP+JSON",
  "url": "https://simulator-chat.makarichev-dmitry.workers.dev/",
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://simulator-chat.makarichev-dmitry.workers.dev/"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": []
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "answer-faq",
      "name": "Answer Simulator.Company FAQ",
      "description": "Answers questions about the platform, pricing, security, integrations, deployment, and the four phases of the Digital Twin journey. Cites /llms.txt sections in the answer.",
      "tags": ["faq", "support", "marketing", "llms-grounded"],
      "examples": [
        "What does Simulator.Company actually replace?",
        "How does the four-phase Smart Company journey work?",
        "Is there a free tier and what are the limits?",
        "Tell me about Active Transaction Graphs."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "summarize-llms-txt",
      "name": "Summarise the site brief",
      "description": "Returns a structured summary of /llms.txt — value props, vocabulary, supported integrations, license tiers — suitable for RAG ingestion.",
      "tags": ["summary", "rag", "ingestion"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "application/json"]
    },
    {
      "id": "lookup-license-tariffs",
      "name": "Look up live license tariffs",
      "description": "Fetches the current Simulator.Company license tariff list from the public proxy API and returns a normalised JSON catalogue.",
      "tags": ["pricing", "tariffs", "commerce"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ],
  "documentationUrl": "https://simulator.company/llms.txt",
  "iconUrl": "https://simulator.company/SC-favicon-product.png",
  "supportsAuthenticatedExtendedCard": false,
  "securitySchemes": {},
  "security": []
}
