{
  "name": "OTMEGA Public Website Agent Card",
  "description": "Discovery card for public OTMEGA pages and OT Collabra AI support resources.",
  "version": "1.0.0",
  "provider": {
    "organization": "OTMEGA",
    "url": "https://otmega.com/"
  },
  "documentationUrl": "https://otmega.com/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://otmega.com/",
      "protocolBinding": "https://otmega.com/bindings/browser-context/v1",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/html"
  ],
  "status": "documentation-only",
  "homepage": "https://otmega.com/",
  "documentation": "https://otmega.com/llms.txt",
  "skillsUrl": "https://otmega.com/.well-known/agent-skills/index.json",
  "skills": [
    {
      "id": "get-site-summary",
      "name": "Get site summary",
      "description": "Summarize the public OTMEGA website, key pages, and support links.",
      "tags": ["website", "summary", "discovery"],
      "examples": ["Summarize otmega.com and list the main public pages."],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "list-engineering-services",
      "name": "List engineering services",
      "description": "List the public OTMEGA engineering service pages and their URLs.",
      "tags": ["engineering", "services", "catalog"],
      "examples": ["List OTMEGA engineering service pages."],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "get-support-contacts",
      "name": "Get support contacts",
      "description": "Return the main company and application support contact channels published on otmega.com.",
      "tags": ["support", "contact"],
      "examples": ["Show the published support contacts for OTMEGA and OT Collabra AI."],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json", "text/plain"]
    }
  ],
  "catalog": "https://otmega.com/.well-known/api-catalog",
  "authentication": "none",
  "contact": {
    "email": "info@otmega.com",
    "support": "collabra@otmega.com"
  }
}