{
  "name": "Sharp Digital",
  "description": "Digital agency services and AI agent endpoints",
  "url": "https://www.thesharpdigital.com",
  "protocols": ["https"],
  "capabilities": [
    {
      "id": "seo-analyzer",
      "name": "SEO Analyzer",
      "description": "Analyze website SEO performance",
      "url": "https://www.thesharpdigital.com/api/seo-analyze",
      "method": "POST",
      "contentType": "application/json"
    },
    {
      "id": "landing-page-analyzer",
      "name": "Landing Page Analyzer",
      "description": "Analyze landing page performance",
      "url": "https://www.thesharpdigital.com/api/landing-page-analyzer",
      "method": "POST",
      "contentType": "application/json"
    },
    {
      "id": "bot-auth",
      "name": "Bot Authentication Directory",
      "description": "RFC 9421 HTTP Message Signatures public key directory for bot verification",
      "url": "https://www.thesharpdigital.com/.well-known/http-message-signatures-directory",
      "method": "GET",
      "contentType": "application/http-message-signatures-directory+json"
    },
    {
      "id": "api-catalog",
      "name": "API Catalog",
      "description": "Machine-readable catalog of all available APIs",
      "url": "https://www.thesharpdigital.com/.well-known/api-catalog",
      "method": "GET",
      "contentType": "application/json"
    },
    {
      "id": "health",
      "name": "Health Check",
      "description": "System health and status endpoint",
      "url": "https://www.thesharpdigital.com/api/health",
      "method": "GET",
      "contentType": "application/json"
    }
  ],
  "documentation": {
    "llms.txt": "https://www.thesharpdigital.com/llms.txt"
  },
  "authentication": {
    "type": "http-message-signatures",
    "rfc": "9421",
    "directory": "https://www.thesharpdigital.com/.well-known/http-message-signatures-directory"
  }
}
