{
  "version": "1.0",
  "name": "AIWorksHub Resource Registry",
  "description": "Machine discovery catalog for MCP servers and Skills.",
  "resources": [
    {
      "type": "a2a-agent",
      "name": "AIWorksHub Registry",
      "url": "https://aiworkshub.io/.well-known/agent-card.json"
    },
    {
      "type": "mcp-server",
      "name": "AIWorksHub MCP",
      "url": "https://aiworkshub.io/.well-known/mcp/server-card.json"
    },
    {
      "type": "api",
      "name": "AIWorksHub Registry API",
      "url": "https://aiworkshub.io/.well-known/api-catalog"
    },
    {
      "type": "agent-skills",
      "name": "AIWorksHub Skills",
      "url": "https://aiworkshub.io/.well-known/agent-skills/index.json"
    },
    {
      "type": "resource-directory",
      "name": "AIWorksHub Resources",
      "url": "https://aiworkshub.io/api/v1/resources"
    },
    {
      "type": "catalog-state",
      "name": "AIWorksHub Catalog State",
      "url": "https://aiworkshub.io/api/v1/state"
    }
  ]
}