{
  "schema_version": "1.0",

  "agent": {
    "name": "COLO BIRD",
    "description": "COLO BIRD provides dedicated servers, bare metal servers, GPU servers, storage servers, and high-performance hosting infrastructure across global data center locations.",
    "website": "https://www.colobird.com",
    "category": [
      "Dedicated Servers",
      "GPU Dedicated Servers",
      "Storage Dedicated Servers",
      "Unmetered Dedicated Servers",
      "AMD Dedicated Servers",
      "Intel Dedicated Servers",
      "Gaming Dedicated Servers",
      "1Gbps Dedicated Servers",
      "10Gbps Dedicated Servers", 
      "20Gbps Dedicated Servers", 
      "40Gbps Dedicated Servers", 
      "100Gbps Dedicated Servers",
      "Anti DDoS Dedicated Servers"
    ],
    "provider": {
      "name": "COLO BIRD",
      "url": "https://www.colobird.com"
    }
  },

  "capabilities": {
    "product_search": {
      "enabled": true,
      "description": "AI agents can search COLO BIRD server inventory by location, CPU, RAM, storage, bandwidth, cores, and pricing.",
      "api": {
        "type": "openapi",
        "spec": "https://www.colobird.com/openapi.json"
      },

      "endpoint": {
        "url": "https://www.colobird.com/api/products.php",
        "method": "GET"
      },

      "supported_filters": [
        "location",
        "cpu",
        "brand",
        "ram",
        "storage",
        "bandwidth",
        "cores",
        "price_min",
        "price_max",
        "sort",
        "page",
        "limit"
      ]
    }
  },

  "resources": {
    "products": {
      "type": "api",
      "url": "https://www.colobird.com/api/products.php",
      "description": "Searchable catalog of COLO BIRD dedicated servers and infrastructure products."
    },

    "documentation": {
      "type": "openapi",
      "url": "https://www.colobird.com/openapi.json",
      "description": "Complete API specification."
    },

    "website": {
      "type": "website",
      "url": "https://www.colobird.com",
      "description": "Official COLO BIRD website."
    }
  },

  "product_types": [
    {
      "name": "Dedicated Servers",
      "description": "Physical bare metal servers with dedicated CPU, RAM, storage, and network resources."
    },
    {
        "name": "Storage Dedicated Servers",
        "description": "High-capacity dedicated servers optimized for large-scale storage, backups, archives, and data-intensive workloads."
    },
    {
        "name": "Unmetered Dedicated Servers",
        "description": "Dedicated servers with unmetered bandwidth designed for high-traffic websites, applications, media platforms, and network-heavy workloads."
    },
    {
        "name": "GPU Dedicated Servers",
        "description": "GPU-powered dedicated servers designed for artificial intelligence, machine learning, deep learning, rendering, and high-performance computing."
    },
    {
        "name": "AMD Dedicated Servers",
        "description": "Dedicated servers powered by AMD processors including AMD EPYC and AMD Ryzen CPUs for high-performance workloads."
    },
    {
        "name": "Intel Dedicated Servers",
        "description": "Dedicated servers powered by Intel processors including Intel Xeon CPUs for enterprise applications and reliable compute performance."
    },
    {
        "name": "Gaming Dedicated Servers",
        "description": "Low-latency dedicated servers optimized for multiplayer gaming, esports platforms, and game hosting environments."
    },
    {
        "name": "1Gbps Dedicated Servers",
        "description": "Dedicated servers equipped with 1Gbps network connectivity for websites, applications, and general hosting workloads."
    },
    {
        "name": "10Gbps Dedicated Servers",
        "description": "High-bandwidth dedicated servers with 10Gbps networking for demanding applications, large file transfers, and enterprise workloads."
    },
    {
        "name": "20Gbps Dedicated Servers",
        "description": "High-performance dedicated servers offering 20Gbps network capacity for advanced infrastructure requirements."
    },
    {
        "name": "40Gbps Dedicated Servers",
        "description": "Ultra-high bandwidth dedicated servers designed for large-scale applications, content delivery, and intensive network workloads."
    },
    {
        "name": "100Gbps Dedicated Servers",
        "description": "Extreme-performance dedicated servers with 100Gbps networking for hyperscale workloads, AI infrastructure, and high-volume data processing."
    },
    {
        "name": "Anti DDoS Dedicated Servers",
        "description": "Dedicated servers protected against distributed denial-of-service attacks with advanced network-level DDoS mitigation."
    }
  ],

  "query_examples": [
    {
      "question": "Find AMD EPYC dedicated servers in Germany under $500",
      "api_query": "/api/products.php?location=Germany&cpu=EPYC&price_max=500"
    },

    {
      "question": "Find 128GB RAM dedicated servers",
      "api_query": "/api/products.php?ram=128GB"
    },

    {
      "question": "Find servers with 24 CPU cores",
      "api_query": "/api/products.php?cores=24"
    }
  ],

  "contact": {
    "support": "https://www.colobird.com/contact",
    "sales": "https://www.colobird.com/contact"
  }

}