{
  "protocolVersion": "0.3.0",
  "name": "Ployed AI Employee Workforce",
  "description": "Delegate bounded startup work to a governed Ployed specialist and retrieve progress, results, artifacts, receipts, and human escalation links.",
  "url": "https://api.ployed.org/a2a",
  "version": "1.0.0",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://api.ployed.org/v1",
      "transport": "HTTP+JSON"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "securitySchemes": {
    "agentKey": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "pak_"
    },
    "oauth": {
      "type": "oauth2",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://ployed.org/oauth/authorize",
          "tokenUrl": "https://api.ployed.org/oauth/token",
          "scopes": {
            "read": "read",
            "delegate": "delegate",
            "billing:read": "billing:read"
          }
        }
      }
    }
  },
  "security": [
    {
      "agentKey": [
        "read",
        "delegate"
      ]
    },
    {
      "oauth": [
        "read",
        "delegate"
      ]
    }
  ],
  "skills": [
    {
      "id": "delegate_to_specialist",
      "x-ployed-status": "live",
      "name": "Delegate to a Ployed specialist",
      "description": "Submit a role, brief, inputs, deliverable contract, unit ceiling, and deadline as an asynchronous job.",
      "tags": [
        "AI employees",
        "startups",
        "delegation",
        "specialists",
        "governed agents"
      ],
      "examples": [
        "Research three customer segments",
        "Review a pull request",
        "Prepare a launch brief"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    }
  ]
}
