{
    "schema_version": "v1",
    "name_for_human": "MindXFlow",
    "name_for_model": "mindxflow",
    "description_for_human": "Fractal mind-mapping for complex thinkers. Organize your ideas in an infinite nested canvas.",
    "description_for_model": "MindXFlow is a fractal mind-mapping app. You can read the full idea map, add new ideas to any path, update or delete existing ideas, search the map, and export it as Markdown. Each idea is a 'cell' with a title and rich content. Ideas are organized in a tree using dot-notation paths (e.g. '1', '1.2', '1.2.3'). The root path is always '1'.",
    "auth": {
        "type": "none"
    },
    "api": {
        "type": "openapi",
        "url": "http://localhost:3747/openapi.yaml"
    },
    "logo_url": "https://mindxflow.app/logo.svg",
    "contact_email": "hello@mindxflow.app",
    "legal_info_url": "https://mindxflow.app/privacy"
}