{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2026356c-8ce1-4de4-b6d6-4d0e6534eaad",
    "slug": "atomic",
    "name": "atomic",
    "description": "Self-hosted, semantically-connected personal knowledge base",
    "url": "https://railway.com/deploy/atomic",
    "upstream": {
      "image": "ghcr.io/kenforthewin/atomic:1.32.4"
    }
  },
  "services": [
    {
      "name": "app",
      "source": {
        "image": "ghcr.io/kenforthewin/atomic:1.32.4"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "app",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8081"
    },
    {
      "key": "PUBLIC_URL",
      "service": "app",
      "description": "Provide a value for PUBLIC_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "atomic"
      }
    },
    "cli": "railway deploy --template atomic",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2026356c-8ce1-4de4-b6d6-4d0e6534eaad",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "f1d8d67f-9ac6-4911-90ea-5c32034e23f0": {
                  "icon": null,
                  "name": "app",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 5
                  },
                  "source": {
                    "image": "ghcr.io/kenforthewin/atomic:1.32.4"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8081"
                    },
                    "PUBLIC_URL": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f1d8d67f-9ac6-4911-90ea-5c32034e23f0": {
                      "mountPath": "/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-20T12:54:29.234Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_5eda74114ef94fd397eb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 48,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "app"
  }
}
