{
  "manifest_version": "1.0.0",
  "template": {
    "id": "57c480ff-bb4c-4d04-818c-0c2df3af30a0",
    "slug": "73ofk1",
    "name": "Pocketbase",
    "description": "Backend in 1 file: auth, database, file storage, realtime and backups.",
    "url": "https://railway.com/deploy/73ofk1",
    "upstream": {
      "repo_url": "https://github.com/laguillo/pocketbase"
    }
  },
  "services": [
    {
      "name": "Pocketbase",
      "source": {
        "repo": "https://github.com/laguillo/pocketbase"
      },
      "needs_volume": true,
      "volume_mount_path": "/pb/pb_data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Pocketbase",
      "description": "Port",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "73ofk1"
      }
    },
    "cli": "railway deploy --template 73ofk1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "57c480ff-bb4c-4d04-818c-0c2df3af30a0",
            "serializedConfig": {
              "services": {
                "285f74b4-c487-47dc-a9ec-a0453f270560": {
                  "icon": "https://pocketbase.io/images/logo.svg",
                  "name": "Pocketbase",
                  "deploy": {
                    "healthcheckPath": "/api/health"
                  },
                  "source": {
                    "repo": "laguillo/pocketbase",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port",
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "285f74b4-c487-47dc-a9ec-a0453f270560": {
                      "mountPath": "/pb/pb_data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Pocketbase",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T11:00:52.894Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1fca18f147ae48d18215",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 86,
    "typical_build_seconds": 10,
    "typical_start_seconds": 10,
    "slowest_service": "Pocketbase"
  }
}
