{
  "openapi": "3.1.0",
  "info": {
    "title": "workontheweb.com — Agents First read API",
    "version": "1.0.0",
    "description": "Read-only structured resources for workontheweb.com. Built Agents First (agentsfirst.dev). No auth; no writes.",
    "contact": {
      "name": "WholeTech",
      "url": "https://wholetech.com"
    }
  },
  "servers": [
    {
      "url": "https://workontheweb.com"
    }
  ],
  "paths": {
    "/api/event.json": {
      "get": {
        "operationId": "getEvent",
        "summary": "The Claude Code Community Meetup at Capital Factory (2026-06-08).",
        "responses": {
          "200": {
            "description": "Event",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/api/glossary.json": {
      "get": {
        "operationId": "getGlossary",
        "summary": "Agents First / AI vocabulary.",
        "responses": {
          "200": {
            "description": "Glossary",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/api/principles.json": {
      "get": {
        "operationId": "getPrinciples",
        "summary": "The nine Agents First principles.",
        "responses": {
          "200": {
            "description": "Principles",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  }
}
