{
  "schema_version": "v1",
  "name_for_human": "Mog",
  "name_for_model": "mog_spreadsheet",
  "description_for_human": "The spreadsheet for humans and agents",
  "description_for_model": "Mog is an open-source spreadsheet engine built in Rust.\n674+ methods across 50 interfaces.\nSDKs: Python (PyO3), Node.js (N-API), Browser (WebAssembly).\nCapabilities: Excel-compatible formulas, dynamic arrays, pivot tables,\ncharts, CRDT collaboration, XLSX I/O, conditional formatting, data validation.\n\nTo use Mog: start with the overview at /llms.txt (~6KB).\nTo find a specific method: scan /api-index.json (~15KB) for the interface name,\nthen fetch /docs/api/{InterfaceName} for full signatures.\nFor the complete reference: /llms-full.txt (~400KB) or /api-spec.json (machine-readable).",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://sheetmog.ai/api-spec.json"
  },
  "logo_url": "https://sheetmog.ai/icon-512.png",
  "contact_email": "security@sheetmog.ai",
  "legal_info_url": "https://sheetmog.ai/security",
  "version": "0.1.0-alpha",
  "license": "Modified MIT",
  "repository": "https://github.com/mog-project/mog",
  "documentation": {
    "overview": "https://sheetmog.ai/llms.txt",
    "api_index": "https://sheetmog.ai/api-index.json",
    "full_reference": "https://sheetmog.ai/llms-full.txt",
    "api_spec": "https://sheetmog.ai/api-spec.json",
    "getting_started": "https://sheetmog.ai/docs/getting-started",
    "tutorials": "https://sheetmog.ai/docs/tutorials"
  }
}