{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c0e9f2e5-b9cb-489f-be86-84f3823c2e5f",
    "slug": "flask-sqlite-crud",
    "name": "Flask SQLite CRUD",
    "description": "A Flask + SQLite CRUD app: Search, filter, status toggle, edit & JSON API.",
    "url": "https://railway.com/deploy/flask-sqlite-crud",
    "upstream": {
      "repo_url": "https://github.com/Oclemy/flask-sqlite-crud"
    }
  },
  "services": [
    {
      "name": "flask-sqlite-crud",
      "source": {
        "repo": "https://github.com/Oclemy/flask-sqlite-crud"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "flask-sqlite-crud"
      }
    },
    "cli": "railway deploy --template flask-sqlite-crud",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c0e9f2e5-b9cb-489f-be86-84f3823c2e5f",
            "serializedConfig": {
              "services": {
                "c0b69aca-c430-4770-9b2d-61b82fe63d3e": {
                  "name": "flask-sqlite-crud",
                  "source": {
                    "repo": "Oclemy/flask-sqlite-crud",
                    "branch": null,
                    "rootDirectory": null
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T10:54:12.625Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_83ae54d8ab2c4b76896b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 72,
    "typical_build_seconds": 22,
    "typical_start_seconds": 10,
    "slowest_service": "flask-sqlite-crud"
  }
}
