{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9651b66a-2ecc-4871-a36c-8ee01ed3b968",
    "slug": "naLkNn",
    "name": "tag-publisher-post-node",
    "description": "Demo for Zebra Reader Tag Data Post",
    "url": "https://railway.com/deploy/naLkNn",
    "upstream": {
      "repo_url": "https://github.com/morgan-redbite/tag-post-node"
    }
  },
  "services": [
    {
      "name": "tag-post-node",
      "source": {
        "repo": "https://github.com/morgan-redbite/tag-post-node"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "BASIC_AUTH_USER",
      "service": "tag-post-node",
      "description": "Username for Basic Auth",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "BASIC_AUTH_PASSWORD",
      "service": "tag-post-node",
      "description": "Password for Basic Auth",
      "secret": true,
      "strategy": "default",
      "default": "supersecret"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "naLkNn"
      }
    },
    "cli": "railway deploy --template naLkNn",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9651b66a-2ecc-4871-a36c-8ee01ed3b968",
            "serializedConfig": {
              "services": {
                "55c99919-ba96-4995-a6e7-e0f618bb0ddb": {
                  "name": "tag-post-node",
                  "source": {
                    "repo": "morgan-redbite/tag-post-node",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "BASIC_AUTH_USER": {
                      "isOptional": false,
                      "description": "Username for Basic Auth",
                      "defaultValue": "admin"
                    },
                    "BASIC_AUTH_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for Basic Auth",
                      "defaultValue": "supersecret"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T12:02:32.406Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4522ea06152b4c528999",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 130,
    "typical_build_seconds": 36,
    "typical_start_seconds": 10,
    "slowest_service": "tag-post-node"
  }
}
