{
  "openapi": "3.1.0",
  "info": {
    "title": "Kode Nirlaba",
    "version": "1.0.0",
    "description": "Public read-only documents for Kode Nirlaba. No authentication. Not a partner CRUD API. Public-interest sites are listed on /mitra/; registered yayasan partners: none.",
    "license": {
      "name": "CC BY 4.0",
      "url": "https://creativecommons.org/licenses/by/4.0/"
    }
  },
  "servers": [
    {
      "url": "https://kodenirlaba.org"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "Curated machine index",
        "responses": {
          "200": {
            "description": "text/plain"
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "summary": "Full page index",
        "responses": {
          "200": {
            "description": "text/plain"
          }
        }
      }
    },
    "/data/guides.csv": {
      "get": {
        "summary": "Guide catalogue",
        "responses": {
          "200": {
            "description": "text/csv"
          }
        }
      }
    },
    "/mcp": {
      "post": {
        "summary": "JSON-RPC MCP tools",
        "responses": {
          "200": {
            "description": "application/json"
          }
        }
      }
    },
    "/openapi.json": {
      "get": {
        "summary": "This document",
        "responses": {
          "200": {
            "description": "application/json"
          }
        }
      }
    }
  },
  "x-guide-count": 5
}