{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6b154235-6929-427d-9b55-d9a135d253c0",
    "slug": "andromeda-library",
    "name": "Andromeda - Library",
    "description": "A minimal books management app",
    "url": "https://railway.com/deploy/andromeda-library",
    "upstream": {
      "image": "ghcr.io/stevedylandev/andromeda/library"
    }
  },
  "services": [
    {
      "name": "library",
      "source": {
        "image": "ghcr.io/stevedylandev/andromeda/library"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "BASE_URL",
      "service": "library",
      "description": "Hosted URL for complete canonical RSS links",
      "secret": false,
      "strategy": "default",
      "default": "http://localhost:3000"
    },
    {
      "key": "COOKIE_SECURE",
      "service": "library",
      "description": "Enable HTTPS Secure cookies",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "library",
      "description": "Password to access the admin dashboard for adding books",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "LIBRARY_DISPLAY_MODE",
      "service": "library",
      "description": "Change the display of books to either one big list (`inline`) or split into navigation items (`nav`)",
      "secret": false,
      "strategy": "default",
      "default": "inline"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "andromeda-library"
      }
    },
    "cli": "railway deploy --template andromeda-library",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6b154235-6929-427d-9b55-d9a135d253c0",
            "serializedConfig": {
              "services": {
                "d347ac40-f1d8-4bd9-9e2f-418cbe356b26": {
                  "icon": "https://assets.andromeda.build/library-icon.png",
                  "name": "library",
                  "source": {
                    "image": "ghcr.io/stevedylandev/andromeda/library"
                  },
                  "variables": {
                    "BASE_URL": {
                      "isOptional": true,
                      "description": "Hosted URL for complete canonical RSS links",
                      "defaultValue": "http://localhost:3000"
                    },
                    "COOKIE_SECURE": {
                      "isOptional": true,
                      "description": "Enable HTTPS Secure cookies",
                      "defaultValue": "true"
                    },
                    "ADMIN_PASSWORD": {
                      "description": "Password to access the admin dashboard for adding books",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "GOOGLE_BOOKS_API_KEY": {
                      "isOptional": true,
                      "description": "Google Books API Key to help prevent rate limiting",
                      "defaultValue": ""
                    },
                    "LIBRARY_DISPLAY_MODE": {
                      "isOptional": true,
                      "description": "Change the display of books to either one big list (`inline`) or split into navigation items (`nav`)",
                      "defaultValue": "inline"
                    }
                  },
                  "volumeMounts": {
                    "d347ac40-f1d8-4bd9-9e2f-418cbe356b26": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T12:02:07.861Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_dcd0a17f5ad14e8d9b7b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 50,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "library"
  }
}
