{
  "name": "aeoforged.com",
  "description": "AI agent interface for aeoforged.com. Capabilities: Search Content, Submit Inquiry, Answer Question, Browse Products.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://aeoforged.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search_content",
      "name": "Search Content",
      "description": "Search and retrieve content from aeoforged.com",
      "tags": [
        "search",
        "content",
        "information"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    },
    {
      "id": "submit_inquiry",
      "name": "Submit Inquiry",
      "description": "Send a message or inquiry to aeoforged.com",
      "tags": [
        "contact",
        "communication",
        "inquiry"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "answer_question",
      "name": "Answer Question",
      "description": "Answer frequently asked questions about this site or service",
      "tags": [
        "faq",
        "questions",
        "support"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "browse_products",
      "name": "Browse Products",
      "description": "Search and browse available products or services",
      "tags": [
        "commerce",
        "products",
        "catalog"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "documentationUrl": "https://aeoforged.com/AGENTS.md",
  "provider": {
    "organization": "aeoforged.com",
    "url": "https://aeoforged.com/"
  }
}