{
  "name": "Stahl & Söhne KG Agent Profile",
  "version": "1.0",
  "organization": {
    "legalName": "Stahl & Söhne KG",
    "website": "https://www.stahlundsoehne.at",
    "email": "office@stahlundsoehne.at"
  },
  "identity": {
    "primaryDomain": "stahlundsoehne.at",
    "jurisdiction": "AT"
  },
  "endpoints": {
    "llms": "https://www.stahlundsoehne.at/llms.txt",
    "openapi": "https://www.stahlundsoehne.at/openapi.json",
    "sitemap": "https://www.stahlundsoehne.at/sitemap.xml",
    "sitemapAI": "https://www.stahlundsoehne.at/sitemap-ai.xml"
  },
  "protocols": {
    "http": true,
    "openapi": "3.1.0",
    "mcp": true
  },
  "agentAccess": {
    "allowed": true,
    "defaultPolicy": "read-public-content-and-allowed-endpoints",
    "auth": {
      "type": "bearer",
      "header": "Authorization",
      "scopeModel": "token-scoped"
    },
    "scopes": [
      "service:read",
      "quote:read",
      "lead:create"
    ],
    "disallowedPaths": [
      "/admin/",
      "/private/",
      "/_next/"
    ]
  },
  "actions": [
    {
      "name": "check-service-area",
      "path": "/api/agent/check-service-area",
      "scope": "service:read"
    },
    {
      "name": "estimate-price",
      "path": "/api/agent/estimate-price",
      "scope": "quote:read"
    },
    {
      "name": "request-callback",
      "path": "/api/agent/request-callback",
      "scope": "lead:create"
    }
  ],
  "rateLimits": {
    "publicContent": "reasonable-crawl-rate",
    "api": "documented-per-endpoint"
  },
  "attribution": {
    "preferredName": "Stahl & Söhne KG",
    "citationUrl": "https://www.stahlundsoehne.at/ueber-uns"
  },
  "updatedAt": "2026-04-17"
}
