{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e4405214-9714-4823-950b-1cdb60cfea0e",
    "slug": "snippet-box",
    "name": "Snippet Box",
    "description": "Simple self-hosted app for organizing your code snippets",
    "url": "https://railway.com/deploy/snippet-box",
    "upstream": {
      "image": "pawelmalak/snippet-box"
    }
  },
  "services": [
    {
      "name": "snippet-box",
      "source": {
        "image": "pawelmalak/snippet-box"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "snippet-box"
      }
    },
    "cli": "railway deploy --template snippet-box",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e4405214-9714-4823-950b-1cdb60cfea0e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "0d630266-cb34-4a3c-a55c-48527e69e422": {
                  "icon": null,
                  "name": "snippet-box",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "pawelmalak/snippet-box"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "0d630266-cb34-4a3c-a55c-48527e69e422": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T15:15:25.060Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_5bdad297491b406bbf42",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 55,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "snippet-box"
  }
}
