{
  "specVersion": "1.0",
  "host": {
    "displayName": "Baklava Nights",
    "identifier": "did:web:baklavanights.com"
  },
  "entries": [
    {
      "identifier": "urn:air:baklavanights.com:server:mcp",
      "displayName": "Baklava Nights MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://baklavanights.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "find upcoming parties in Sofia",
        "book a VIP table in Plovdiv",
        "check Baklava Nights events calendar",
        "get event details and ticket pricing"
      ]
    },
    {
      "identifier": "urn:air:baklavanights.com:skill:event-discovery",
      "displayName": "Baklava Nights Event Discovery Skill",
      "type": "text/markdown",
      "url": "https://baklavanights.com/.well-known/agent-skills/event-discovery/SKILL.md",
      "representativeQueries": [
        "what are the house rules and age restrictions",
        "list ticket tiers and music genres",
        "find upcoming DJ events"
      ]
    },
    {
      "identifier": "urn:air:baklavanights.com:api:openapi",
      "displayName": "Baklava Nights OpenAPI Specification",
      "type": "application/openapi+json",
      "url": "https://baklavanights.com/openapi.json",
      "representativeQueries": [
        "get openapi spec for Baklava Nights",
        "automate event queries via API",
        "inspect machine-readable endpoints"
      ]
    },
    {
      "identifier": "urn:air:baklavanights.com:auth:registration",
      "displayName": "Baklava Nights Agent Auth Guide",
      "type": "text/markdown",
      "url": "https://baklavanights.com/auth.md",
      "representativeQueries": [
        "how do agents register for Baklava Nights API",
        "discover OAuth authorization endpoints",
        "view agent authentication credentials"
      ]
    }
  ]
}
