{
  "$schema": "https://a2a-protocol.org/latest/specification/",
  "name": "SmarteeDigital Autonomous Agent",
  "version": "1.0.0",
  "description": "SmarteeDigital Venture Studio & Enterprise Software Engineering Autonomous Agent",
  "provider": {
    "name": "SmarteeDigital",
    "url": "https://smarteedigital.com",
    "contactEmail": "contact@smarteedigital.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://smarteedigital.com/api/mcp",
      "protocol": "JSON-RPC"
    },
    {
      "url": "https://smarteedigital.com/api/mcp",
      "protocol": "HTTP"
    }
  ],
  "capabilities": {
    "streaming": true,
    "tools": true,
    "resources": true
  },
  "endpoints": {
    "a2a": "https://smarteedigital.com/api/mcp",
    "mcp": "https://smarteedigital.com/api/mcp",
    "http": "https://smarteedigital.com"
  },
  "skills": [
    {
      "id": "venture-catalog",
      "name": "SmarteeDigital Venture Catalog",
      "description": "Deep-dive architectural models and metrics for TradingMaster, AI-Receptionist, and TinyCTO.",
      "url": "https://smarteedigital.com/.well-known/agent-skills/venture-catalog/SKILL.md"
    },
    {
      "id": "service-consultation",
      "name": "Enterprise Engineering Consultation",
      "description": "Query enterprise services, tech stacks, and submit enterprise inquiries.",
      "url": "https://smarteedigital.com/.well-known/agent-skills/service-consultation/SKILL.md"
    },
    {
      "id": "architecture-governance",
      "name": "Architecture & ADR Governance",
      "description": "Query and inspect public Architectural Decision Records and C4 blueprints.",
      "url": "https://smarteedigital.com/.well-known/agent-skills/architecture-governance/SKILL.md"
    }
  ],
  "authentication": {
    "type": "oauth2",
    "authorization_servers": [
      "https://smarteedigital.com/.well-known/oauth-authorization-server"
    ],
    "protected_resources": [
      "https://smarteedigital.com/.well-known/oauth-protected-resource"
    ],
    "auth_md": "https://smarteedigital.com/auth.md"
  }
}
