{
  "openapi": "3.1.0",
  "info": {
    "title": "Texas Coworking — Agents First read API",
    "version": "1.0.0",
    "description": "Read-only, agent-discoverable structured resources for texascoworking.com. Built per the Agents First framework (https://agentsfirst.dev). No authentication; no write operations.",
    "contact": { "name": "WholeTech", "url": "https://wholetech.com" }
  },
  "servers": [{ "url": "https://texascoworking.com" }],
  "paths": {
    "/api/event.json": {
      "get": {
        "operationId": "getEvent",
        "summary": "The Claude Code Community Meetup at Capital Factory (Austin, 2026-06-08) as schema.org Event JSON.",
        "responses": { "200": { "description": "Event object", "content": { "application/json": { "schema": { "type": "object" } } } } }
      }
    },
    "/api/glossary.json": {
      "get": {
        "operationId": "getGlossary",
        "summary": "Definitions from the meetup: Agents First, MCP, llms.txt, Claude Code, groundedness, the harness, delegation.school.",
        "responses": { "200": { "description": "Glossary object", "content": { "application/json": { "schema": { "type": "object" } } } } }
      }
    },
    "/api/principles.json": {
      "get": {
        "operationId": "getPrinciples",
        "summary": "The nine Agents First principles and the five adoption levels.",
        "responses": { "200": { "description": "Principles object", "content": { "application/json": { "schema": { "type": "object" } } } } }
      }
    }
  }
}
