{
  "title": "macrocontent OpenAPI",
  "description": "Machine-readable OpenAPI 3 specs for agents. Prefer these over scraping Swagger UI HTML.",
  "ui": "https://api.macrocontent.dev/docs/",
  "api_host": "https://api.macrocontent.dev",
  "specs": [
    {
      "id": "management",
      "name": "Management API",
      "auth": "mt_ / X-Macro-Token",
      "url": "https://docs.macrocontent.dev/openapi/management.json",
      "api_url": "https://api.macrocontent.dev/docs/specs/management.json",
      "paths": 50,
      "title": "macrocontent Management API"
    },
    {
      "id": "content",
      "name": "Content API",
      "auth": "X-Api-Key",
      "url": "https://docs.macrocontent.dev/openapi/content.json",
      "api_url": "https://api.macrocontent.dev/docs/specs/content.json",
      "paths": 11,
      "title": "macrocontent Content API"
    },
    {
      "id": "store",
      "name": "Store API",
      "auth": "session / store auth",
      "url": "https://docs.macrocontent.dev/openapi/store.json",
      "api_url": "https://api.macrocontent.dev/docs/specs/store.json",
      "paths": 33,
      "title": "macrocontent Store API"
    },
    {
      "id": "publisher",
      "name": "Publisher API",
      "auth": "publisher token",
      "url": "https://docs.macrocontent.dev/openapi/publisher.json",
      "api_url": "https://api.macrocontent.dev/docs/specs/publisher.json",
      "paths": 33,
      "title": "macrocontent Publisher API"
    }
  ]
}
