{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1f956e8c-4974-4183-86ce-d51425393895",
    "slug": "fastui-todo-app",
    "name": "FastUI ToDo App",
    "description": "Easy to start with Python FastUI framework Template for a ToDo app",
    "url": "https://railway.com/deploy/fastui-todo-app",
    "upstream": {
      "repo_url": "https://github.com/Oclemy/fastui-todo-app"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "fastui-todo-app",
      "source": {
        "repo": "https://github.com/Oclemy/fastui-todo-app"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fastui-todo-app"
      }
    },
    "cli": "railway deploy --template fastui-todo-app",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1f956e8c-4974-4183-86ce-d51425393895",
            "serializedConfig": {
              "services": {
                "5e6d2b57-6254-444d-9b35-638d36efde4b": {
                  "name": "fastui-todo-app",
                  "source": {
                    "repo": "Oclemy/fastui-todo-app",
                    "branch": "main",
                    "rootDirectory": null
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-07T11:54:15.772Z",
  "generator_version": "0.1.0"
}
