{
 "protocolVersion": "0.3.0",
 "name": "Theodyx Concierge",
 "version": "0.1.0",
 "description": "Answers questions about Theodyx: what the company does, UmbraOS, and how to reach the team. Simple synchronous text agent.",
 "url": "https://www.theodyx.com/a2a",
 "preferredTransport": "JSONRPC",
 "supportedInterfaces": [
  {
   "url": "https://www.theodyx.com/a2a",
   "transport": "JSONRPC"
  }
 ],
 "capabilities": {
  "streaming": false,
  "pushNotifications": false
 },
 "defaultInputModes": [
  "text/plain"
 ],
 "defaultOutputModes": [
  "text/plain"
 ],
 "skills": [
  {
   "id": "about-theodyx",
   "name": "About Theodyx",
   "description": "Company overview, UmbraOS creator-data OS, key pages, and contact points.",
   "tags": [
    "company-info"
   ],
   "examples": [
    "What does Theodyx do?"
   ]
  }
 ],
 "documentationUrl": "https://www.theodyx.com/llms.txt"
}