{
  "protocol": {
    "name": "acp",
    "version": "0.1"
  },
  "api_base_url": "https://opensayt.com/acp",
  "transports": [
    {
      "type": "https",
      "url": "https://opensayt.com/acp",
      "content_types": [
        "application/json"
      ]
    }
  ],
  "capabilities": {
    "services": [
      {
        "id": "website-package-discovery",
        "name": "Website package discovery",
        "description": "Discover Opensayt website packages, customization options, and add-on services before contacting the team.",
        "intents": [
          "discover_website_packages",
          "compare_website_services",
          "request_custom_website_quote"
        ],
        "resources": [
          "https://opensayt.com/#pricing",
          "https://opensayt.com/llms.txt",
          "https://opensayt.com/openapi.json"
        ]
      },
      {
        "id": "custom-website-request",
        "name": "Custom website request",
        "description": "Collect requirements for Starter, Business, E-commerce, or custom website implementation.",
        "intents": [
          "create_quote_request",
          "collect_project_requirements"
        ],
        "resources": [
          "https://opensayt.com/#pricing",
          "https://opensayt.com/agent-auth"
        ]
      }
    ]
  },
  "authentication": {
    "protected_resource_metadata": "https://opensayt.com/.well-known/oauth-protected-resource",
    "authorization_server_metadata": "https://opensayt.com/.well-known/oauth-authorization-server"
  },
  "docs": {
    "human": "https://opensayt.com/auth.md",
    "llm": "https://opensayt.com/llms.txt",
    "openapi": "https://opensayt.com/openapi.json"
  }
}