{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9257136c-29be-44da-9e15-310f5b24f9fc",
    "slug": "bark",
    "name": "Bark",
    "description": "HTTP-triggered iOS notifications with APNs, custom sounds, and encryption",
    "url": "https://railway.com/deploy/bark",
    "upstream": {
      "image": "finab/bark-server"
    }
  },
  "services": [
    {
      "name": "bark-server",
      "source": {
        "image": "finab/bark-server"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "bark"
      }
    },
    "cli": "railway deploy --template bark",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9257136c-29be-44da-9e15-310f5b24f9fc",
            "serializedConfig": {
              "services": {
                "c01a8177-3e11-41bb-8dfe-d086fb667406": {
                  "name": "bark-server",
                  "deploy": {
                    "healthcheckPath": "/healthz"
                  },
                  "source": {
                    "image": "finab/bark-server"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "c01a8177-3e11-41bb-8dfe-d086fb667406": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "bark-server",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T10:14:42.516Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T13:28:13.878Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ed80b95a996f4643985e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 72,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "bark-server"
  }
}
