{
  "protocolVersion": "0.3.0",
  "name": "Orgo Agent",
  "description": "Orgo provisions and controls cloud Linux desktops (virtual computers) for AI agents. Create a desktop, drive it with clicks/keystrokes/screenshots/bash, and run multi-step computer-use tasks.",
  "version": "1.0.0",
  "url": "https://www.orgo.ai/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://www.orgo.ai/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    }
  ],
  "provider": {
    "organization": "Orgo",
    "url": "https://www.orgo.ai"
  },
  "documentationUrl": "https://docs.orgo.ai",
  "iconUrl": "https://www.orgo.ai/orgo.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "provision-computer",
      "name": "Provision Computer",
      "description": "Create a cloud Linux desktop (virtual computer) with Chrome and a full userland, online in seconds.",
      "tags": [
        "vm",
        "desktop",
        "provisioning",
        "linux"
      ],
      "examples": [
        "Spin up a new Linux desktop with Chrome"
      ]
    },
    {
      "id": "control-computer",
      "name": "Control Computer",
      "description": "Drive a running computer: click, type, scroll, take screenshots, and run bash or Python.",
      "tags": [
        "automation",
        "browser",
        "computer-use",
        "bash"
      ],
      "examples": [
        "Open Chrome and screenshot the orgo.ai homepage"
      ]
    },
    {
      "id": "run-agent-task",
      "name": "Run Agent Task",
      "description": "Run a multi-step computer-use agent that completes a natural-language task on its own desktop.",
      "tags": [
        "agent",
        "computer-use",
        "automation"
      ],
      "examples": [
        "Research a topic in the browser and summarize the findings"
      ]
    }
  ]
}