{"info":{"description":"Discover and generate Glyphfield brand-system artifacts without operating the UI.","title":"Glyphfield Agent API","version":"0.2.0"},"openapi":"3.1.0","paths":{"/api/agent":{"get":{"responses":{"200":{"description":"Agent manifest and generation contract"}},"summary":"Discover the Glyphfield agent API"}},"/api/catalog":{"get":{"responses":{"200":{"description":"Studio tool catalog"}},"summary":"List Studio tools and resource URLs"}},"/api/elements":{"get":{"responses":{"200":{"description":"Brand element taxonomy"}},"summary":"List brand elements and generation metadata"}},"/api/generate":{"get":{"responses":{"200":{"description":"Generation schema and examples"}},"summary":"Read the generation contract"},"post":{"requestBody":{"content":{"application/json":{"examples":{"background":{"value":{"identity":{"preset":"gt"},"kind":"background","output":"json","settings":{"colorA":"#FFFFFF","colorB":"#181818","height":630,"pattern":"dots","patternOpacity":18,"logoOpacity":100,"logoX":0,"logoY":0,"style":"grain-gradient","width":1200}}},"brief":{"value":{"elementId":"email-signature","identity":{"name":"Acme","preset":"custom","tagline":"Tools for careful teams.","website":"acme.test"},"kind":"element-brief"}},"slide":{"value":{"body":"Foundation\nExpression\nApplication\nDelivery","identity":{"preset":"gt"},"kind":"template","output":"raw","slideLayout":"agenda","template":"slides","texture":"white","title":"Code is the source of truth."}}},"schema":{"oneOf":[{"required":["kind","settings"],"type":"object"},{"required":["kind","template"],"type":"object"},{"required":["kind","elementId"],"type":"object"}]}}},"required":true},"responses":{"200":{"description":"Generated JSON artifact envelope, raw SVG, or element brief"},"400":{"description":"Structured validation error"},"413":{"description":"Request body exceeds 5 MB"},"415":{"description":"Content-Type must be application/json"}},"summary":"Generate a Glyphfield artifact"}},"/api/identities":{"get":{"responses":{"200":{"description":"Built-in Starter and GT identity records"}},"summary":"List built-in brand identities and asset IDs"}}}}