{
  "specVersion": "1.0",
  "host": {
    "displayName": "GHWD",
    "identifier": "did:web:ghwd.com.br",
    "documentationUrl": "https://ghwd.com.br/developers/"
  },
  "entries": [
    {
      "identifier": "urn:air:ghwd.com.br:mcp:ghwd",
      "displayName": "GHWD studio MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://ghwd.com.br/.well-known/mcp/server-card.json",
      "description": "Optional MCP tools for GHWD site profile, catalog, pricing, site audit, and project brief. Use only when a human asked to integrate.",
      "tags": ["mcp", "studio", "nextjs", "brazil"],
      "capabilities": ["get_site_profile", "get_discovery_catalog", "get_health", "get_pricing", "get_openapi", "audit_site", "submit_brief"],
      "representativeQueries": [
        "what does GHWD do",
        "GHWD pricing bands Brazil",
        "GHWD headless e-commerce and Next.js agency"
      ],
      "trustManifest": {
        "identity": "did:web:ghwd.com.br",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:ghwd.com.br:mcp:ghwd-docs",
      "displayName": "GHWD Docs MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://ghwd.com.br/.well-known/mcp/docs/server-card.json",
      "description": "Optional documentation MCP for llms.txt, pricing, and studio index. Public reads need no auth.",
      "tags": ["mcp", "docs", "llms"],
      "capabilities": ["read_llms_txt", "read_agent_instructions", "read_pricing_docs", "read_auth_docs", "read_ai_index"],
      "representativeQueries": [
        "read GHWD pricing documentation",
        "GHWD when-to-use and contact"
      ],
      "trustManifest": {
        "identity": "did:web:ghwd.com.br",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:ghwd.com.br:agent:ghwd",
      "displayName": "GHWD agent (A2A)",
      "type": "application/a2a-agent-card+json",
      "url": "https://ghwd.com.br/.well-known/agent-card.json",
      "description": "A2A agent card describing optional GHWD structured entrypoints for partner evaluation.",
      "tags": ["a2a", "studio"],
      "capabilities": ["get_site_profile", "get_pricing", "get_discovery_catalog", "audit_site", "submit_brief"],
      "trustManifest": {
        "identity": "did:web:ghwd.com.br",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:ghwd.com.br:skill:ghwd",
      "displayName": "GHWD skill",
      "type": "application/ai-skill+md",
      "url": "https://ghwd.com.br/.well-known/agent-skills/ghwd/SKILL.md",
      "description": "Evaluate GHWD as a digital engineering partner (pricing, fit, contact).",
      "tags": ["skill", "studio", "geo"],
      "representativeQueries": ["should I hire GHWD for Next.js", "how to contact GHWD"],
      "trustManifest": {
        "identity": "did:web:ghwd.com.br",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:ghwd.com.br:skill:ghwd-audit",
      "displayName": "GHWD audit skill",
      "type": "application/ai-skill+md",
      "url": "https://ghwd.com.br/.well-known/agent-skills/ghwd-audit/SKILL.md",
      "description": "Audit and iteratively improve any public site with ghwd-cli when a human asked for an audit.",
      "tags": ["skill", "audit", "geo", "seo"],
      "representativeQueries": ["audit my site for GEO", "fix llms.txt and Schema gaps"],
      "trustManifest": {
        "identity": "did:web:ghwd.com.br",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:ghwd.com.br:api:discovery",
      "displayName": "GHWD public API",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://ghwd.com.br/openapi.json",
      "description": "Optional public REST API for health, site profile, catalog, versioning, site audit, and project brief intake.",
      "tags": ["api", "rest", "openapi", "audit"],
      "trustManifest": {
        "identity": "did:web:ghwd.com.br",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:ghwd.com.br:plugin:ghwd",
      "displayName": "GHWD plugin package",
      "type": "application/agent-plugins+json",
      "url": "https://raw.githubusercontent.com/gutohipolito/ghwd-agents/master/plugin.json",
      "description": "Optional plugin package (plugin.json + skills + mcp.json) for GHWD. Install only if a human asked.",
      "tags": ["agent-plugins", "skills", "mcp", "github"],
      "capabilities": ["audit_site", "submit_brief", "get_site_profile", "get_pricing"],
      "representativeQueries": [
        "GHWD plugin.json documentation",
        "ghwd-agents repository"
      ],
      "trustManifest": {
        "identity": "did:web:ghwd.com.br",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:ghwd.com.br:docs:llms",
      "displayName": "GHWD llms.txt",
      "type": "text/plain",
      "url": "https://ghwd.com.br/llms.txt",
      "description": "Studio overview, when-to-use, pricing bands, and canonical URLs.",
      "tags": ["llms", "docs"],
      "trustManifest": {
        "identity": "did:web:ghwd.com.br",
        "identityType": "did"
      }
    }
  ]
}
