{
  "name": "Mediaweb Chile Agent",
  "description": "Autonomous AI Agent for Mediaweb Chile providing automated web hosting, cloud infrastructure, domain management, and WordPress integration services.",
  "version": "1.0.0",
  "documentationUrl": "https://www.mediawebchile.com/auth.md",
  "supportedInterfaces": [
    {
      "url": "https://www.mediawebchile.com/api/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://www.mediawebchile.com/wp-json/wp/v2/",
      "protocolBinding": "HTTP_JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "hosting-services",
      "name": "Hosting & Infrastructure Management",
      "description": "Query available web hosting plans, server status, bandwidth, and cloud server configurations.",
      "tags": [
        "hosting",
        "infrastructure",
        "cloud",
        "servers"
      ],
      "examples": [
        "What hosting plans are available for high traffic WordPress sites?",
        "Check status of cloud server services"
      ]
    },
    {
      "id": "domain-discovery",
      "name": "Domain Services & DNS",
      "description": "Check domain availability, pricing for .cl and international domains, and DNS management capabilities.",
      "tags": [
        "domains",
        "dns",
        "registration"
      ],
      "examples": [
        "Check domain availability and registration options",
        "How do I configure custom DNS records?"
      ]
    },
    {
      "id": "wordpress-rest-api",
      "name": "WordPress REST API Operations",
      "description": "Interact with WordPress REST API endpoints for content discovery, posts, pages, and media.",
      "tags": [
        "wordpress",
        "rest-api",
        "cms"
      ],
      "examples": [
        "Get list of recent posts from WordPress API",
        "Fetch site configuration and abilities"
      ]
    }
  ]
}
