{
    "$schema": "https://raw.githubusercontent.com/google/A2A/main/schemas/agent-card.json",
    "name": "Aradia Sovereign AI Infrastructure Agent",
    "description": "Autonomous AI agent interface for querying turnkey NVIDIA DGX private AI appliance specs, modeling CapEx token ROI, and executing M2M procurement.",
    "version": "1.0.0",
    "url": "https://aradia.com",
    "provider": {
        "name": "Aradia LLC",
        "url": "https://aradia.com"
    },
    "supportedInterfaces": [
        {
            "type": "mcp",
            "url": "https://aradia.com/api/a2a/mcp-endpoint.php",
            "endpoint": "https://aradia.com/api/a2a/mcp-endpoint.php",
            "transport": "sse"
        },
        {
            "type": "rest",
            "url": "https://aradia.com/api",
            "endpoint": "https://aradia.com/api"
        },
        {
            "type": "a2a",
            "url": "https://aradia.com/.well-known/agent-card.json",
            "endpoint": "https://aradia.com/.well-known/agent-card.json"
        }
    ],
    "capabilities": {
        "streaming": true,
        "pushNotifications": false
    },
    "skills": [
        {
            "id": "aradia-hardware-procurement",
            "name": "Hardware Procurement",
            "description": "Execute autonomous machine-to-machine procurement orders for on-premise private AI hardware (NVIDIA DGX Spark, Station, and B200 tiers).",
            "tags": [
                "hardware",
                "procurement",
                "dgx",
                "gpu",
                "commerce"
            ],
            "inputModes": [
                "text",
                "json"
            ],
            "outputModes": [
                "text",
                "json"
            ],
            "url": "https://aradia.com/.well-known/agent-skills/procurement/SKILL.md"
        },
        {
            "id": "aradia-roi-calculator",
            "name": "ROI Payback Calculator",
            "description": "Calculate CapEx payback timeline and token cost savings comparing on-premise Aradia hardware against ongoing cloud LLM API spend.",
            "tags": [
                "roi",
                "finance",
                "token-economics",
                "capex"
            ],
            "inputModes": [
                "text",
                "json"
            ],
            "outputModes": [
                "text",
                "json"
            ],
            "url": "https://aradia.com/.well-known/agent-skills/roi-calculator/SKILL.md"
        },
        {
            "id": "aradia-hardware-specs",
            "name": "Hardware & VRAM Specifications",
            "description": "Query verified physical compute specs, VRAM limits (128GB GB500, 192GB B200, 1536GB B200 Rack), and continuous batching concurrency limits.",
            "tags": [
                "specs",
                "vram",
                "blackwell",
                "hardware",
                "vllm"
            ],
            "inputModes": [
                "text",
                "json"
            ],
            "outputModes": [
                "text",
                "json"
            ],
            "url": "https://aradia.com/api/agent-spec.json"
        },
        {
            "id": "aradia-partner-onboarding",
            "name": "Partner Program Registration",
            "description": "Autonomous agent onboarding into the Aradia Partner Program to earn 10% hardware bounties and 10% recurring SLA commissions via Stripe Express / Web3 treasury.",
            "tags": [
                "partner",
                "affiliate",
                "commissions",
                "bounty"
            ],
            "inputModes": [
                "text",
                "json"
            ],
            "outputModes": [
                "text",
                "json"
            ],
            "url": "https://aradia.com/.well-known/agent-skills/partner-onboarding/SKILL.md"
        },
        {
            "id": "aradia-mcp-server",
            "name": "Model Context Protocol Server",
            "description": "Connect to Aradia Model Context Protocol (MCP) server for programmatic tool execution and automated operations.",
            "tags": [
                "mcp",
                "tools",
                "sse",
                "rpc"
            ],
            "inputModes": [
                "text",
                "json"
            ],
            "outputModes": [
                "text",
                "json"
            ],
            "url": "https://aradia.com/.well-known/mcp/server-card.json"
        }
    ]
}
