{
  "$schema": "https://a2a-protocol.org/schemas/v1/agent-card.json",
  "name": "eagentix-agent",
  "version": "1.0.0",
  "description": "Eagentix enterprise multi-agent orchestrator providing cloud architecture, data engineering, and strategy advisory workflows.",
  "supportedInterfaces": [
    {
      "url": "https://eagentix.com/api/a2a",
      "protocol": "https"
    },
    {
      "url": "https://eagentix.com/api/mcp/sse",
      "protocol": "mcp-sse"
    }
  ],
  "capabilities": {
    "streaming": true,
    "stateful": false,
    "pushNotifications": false
  },
  "extensions": [
    {
      "uri": "https://github.com/google-agentic-commerce/AP2/tree/v0.1.0",
      "required": true,
      "params": {
        "roles": [
          "merchant"
        ]
      }
    }
  ],
  "skills": [
    {
      "id": "cloud-architecture",
      "name": "Cloud Architecture Review",
      "description": "Well-Architected review and multi-cloud infrastructure synthesis for AWS, Azure, GCP, OCI."
    },
    {
      "id": "data-engineering",
      "name": "Data Engineering & Pipelines",
      "description": "Autonomous ETL schema design, SQL optimization, and database governance."
    },
    {
      "id": "ai-assessment",
      "name": "Enterprise AI Strategy Assessment",
      "description": "Organizational AI readiness, ROI modeling, and governance framework alignment."
    }
  ]
}