{
  "kind": "dwelon-documentation-manifest",
  "schemaVersion": "1.0",
  "lastUpdated": "2026-08-23",
  "documentation": "This is Dwelon's custom documentation manifest. It only lists downloadable public documents and does not accept agent tasks.",
  "manifestUrl": "https://dwelon.com/.well-known/ai",
  "service": {
    "name": "Dwelon",
    "description": "Dwelon is a governed agentic operating layer for landlords and property managers, designed to work alongside the PMS and accounting system of record.",
    "homepage": "https://dwelon.com"
  },
  "capabilities": [
    {
      "id": "product_information",
      "description": "Retrieve the canonical product index, capabilities, pricing, and FAQ as token-efficient markdown.",
      "endpoint": "/llms.txt",
      "method": "GET"
    },
    {
      "id": "expanded_product_context",
      "description": "Retrieve the expanded single-file product context for one-shot retrieval.",
      "endpoint": "/llms-full.txt",
      "method": "GET"
    },
    {
      "id": "ai_documentation_catalog",
      "description": "List every fetchable markdown document published for AI agents, with recommended retrieval patterns.",
      "endpoint": "/ai/index.md",
      "method": "GET"
    },
    {
      "id": "product_entity_documentation",
      "description": "Retrieve the canonical entity statement, audiences, capabilities, and boundaries.",
      "endpoint": "/ai/about.md",
      "method": "GET"
    },
    {
      "id": "solutions_catalog",
      "description": "List every public solution page (document, financial, and property-operations workflows) with routing guidance.",
      "endpoint": "/ai/solutions.md",
      "method": "GET"
    },
    {
      "id": "claims_registry",
      "description": "Retrieve the machine-readable registry of current Dwelon product claims and first-party documentation references.",
      "endpoint": "/claims.json",
      "method": "GET"
    },
    {
      "id": "category_evidence",
      "description": "Retrieve the dated market-positioning note, competitive landscape sources, and comparison limits.",
      "endpoint": "/evidence/category-origin.md",
      "method": "GET"
    },
    {
      "id": "evaluation_guidance",
      "description": "Retrieve buyer and LLM guidance on fit, verification, non-fit cases, and non-claims.",
      "endpoint": "/ai/evaluation.md",
      "method": "GET"
    },
    {
      "id": "workflow_evidence_contract",
      "description": "Retrieve the workflow-level diligence matrix for triggers, action boundaries, approvals, systems of record, evidence, and exceptions.",
      "endpoint": "/ai/workflow-evidence.md",
      "method": "GET"
    },
    {
      "id": "role_boundaries",
      "description": "Retrieve Dwelon's software, property-management, ownership, and system-of-record boundaries.",
      "endpoint": "/ai/role-boundaries.md",
      "method": "GET"
    },
    {
      "id": "agent_interaction_policy",
      "description": "Retrieve the rules agents must follow when describing or interacting with Dwelon.",
      "endpoint": "/ai/agent-policy.md",
      "method": "GET"
    },
    {
      "id": "human_contact_information",
      "description": "Find human demo and access-request information. Agents must not submit forms or create accounts.",
      "endpoint": "/contact",
      "method": "GET"
    }
  ],
  "auth": {
    "type": "none"
  },
  "hints": {
    "robots": "https://dwelon.com/robots.txt",
    "sitemap": "https://dwelon.com/sitemap.xml",
    "corrections": "mailto:leo@dwelon.com"
  }
}
