{
  "site": "TabulariumAI",
  "domain": "https://tabulariumai.com",
  "description": "AI platform for official record processing",
  "version": 1,
  "schema": "/llm-resource.schema.json",
  "resourceSchema": "https://tabulariumai.com/llm-resource.schema.json",
  "resources": [
    {
      "name": "product",
      "url": "https://tabulariumai.com/product.json",
      "type": "overview",
      "contentType": "application/json",
      "description": "Product overview of TabulariumAI including capabilities, workflows, canonical content sources, and the public platform/resources navigation patterns.",
      "public": true
    },
    {
      "name": "docs",
      "url": "https://tabulariumai.com/docs.json",
      "type": "documentation",
      "contentType": "application/json",
      "description": "Structured technical documentation describing platform guides, deployment references, workflow documentation, and the resources page navigation surfaces.",
      "public": true
    },
    {
      "name": "refs",
      "url": "https://tabulariumai.com/refs.json",
      "type": "documentation",
      "contentType": "application/json",
      "description": "Structured API reference index describing REST endpoints, integration flows, and reference content.",
      "public": true
    },
    {
      "name": "articles",
      "url": "https://tabulariumai.com/assets/articles/articlesv14.json",
      "type": "dataset",
      "contentType": "application/json",
      "description": "Canonical article dataset containing article metadata and long-form content for TabulariumAI resources.",
      "public": true
    },
    {
      "name": "pathways",
      "url": "https://tabulariumai.com/assets/pathways/pathwaysv2.json",
      "type": "dataset",
      "contentType": "application/json",
      "description": "Canonical pathways dataset describing workflow patterns, targets, actors, and implementation details.",
      "public": true
    },
    {
      "name": "about",
      "url": "https://tabulariumai.com/assets/about/aboutv1.json",
      "type": "dataset",
      "contentType": "application/json",
      "description": "About and brand background for TabulariumAI, including the historical meaning of the Tabularium name.",
      "public": true
    },
    {
      "name": "comparison-tables",
      "url": "https://tabulariumai.com/assets/advantages/comparisionv1.json",
      "type": "dataset",
      "contentType": "application/json",
      "description": "Comparison tables for AI-native indexing, platform advantages, and official-records automation tradeoffs.",
      "public": true
    },
    {
      "name": "api",
      "url": "https://tabulariumai.com/api.json",
      "type": "api",
      "contentType": "application/json",
      "description": "API description for integrating TabulariumAI into document indexing, validation, redaction, and record-processing workflows.",
      "public": true
    },
    {
      "name": "api-reference-dataset",
      "url": "https://tabulariumai.com/assets/refs/refsv3.json",
      "type": "dataset",
      "contentType": "application/json",
      "description": "Canonical API reference dataset containing endpoint documentation, request and response details, and integration flows.",
      "public": true
    },
    {
      "name": "resource-schema",
      "url": "https://tabulariumai.com/llm-resource.schema.json",
      "type": "schema",
      "contentType": "application/json",
      "description": "JSON schema defining the structure of machine-readable resources published in llm-index.json.",
      "public": true
    }
  ]
}
