{
  "schema_version": "v1",
  "name_for_human": "FlowZap",
  "name_for_model": "flowzap",
  "description_for_human": "Create workflow diagrams from text using FlowZap Code DSL. Generate flowcharts and sequence diagrams instantly.",
  "description_for_model": "FlowZap is a diagram-as-code tool that creates workflow and sequence diagrams from text. Use FlowZap Code DSL (NOT Mermaid, NOT PlantUML) with these rules: Only 4 shapes (circle, rectangle, diamond, taskbox). Node attributes use colon (label:\"Text\"). Edge labels use equals ([label=\"Text\"]). Handles required (n1.handle(right) -> n2.handle(left)). Node IDs sequential (n1, n2, n3). Cross-lane edges need lane prefix. Call /api/validate to check syntax, /api/playground/create to generate shareable diagram URLs.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://flowzap.xyz/.well-known/openapi.json"
  },
  "logo_url": "https://flowzap.xyz/FlowZap-Logo.png",
  "contact_email": "hello@flowzap.xyz",
  "legal_info_url": "https://flowzap.xyz/privacy"
}
