{
  "manifest_version": "1.0.0",
  "template": {
    "id": "88e8a972-b46a-45d8-9bf8-460f68704d28",
    "slug": "asciiflow",
    "name": "ASCIIFlow",
    "description": "Free web-based ASCII diagram and flowchart drawing tool",
    "url": "https://railway.com/deploy/asciiflow",
    "upstream": {
      "image": "yaamai/lewish-asciiflow:latest"
    }
  },
  "services": [
    {
      "name": "Asciiflow",
      "source": {
        "image": "yaamai/lewish-asciiflow:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "asciiflow"
      }
    },
    "cli": "railway deploy --template asciiflow",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "88e8a972-b46a-45d8-9bf8-460f68704d28",
            "serializedConfig": {
              "services": {
                "9a24d277-05bf-43f3-ab5d-99608f563206": {
                  "name": "Asciiflow",
                  "source": {
                    "image": "yaamai/lewish-asciiflow:latest"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T01:42:44.257Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_053f0db980a549708a31",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 41,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Asciiflow"
  }
}
