{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c3130189-17be-45ed-97f3-2410137609d2",
    "slug": "andromeda-bookmarks",
    "name": "Andromeda - Bookmarks",
    "description": "A minimal bookmarks and links manager",
    "url": "https://railway.com/deploy/andromeda-bookmarks",
    "upstream": {
      "image": "ghcr.io/stevedylandev/andromeda/bookmarks"
    }
  },
  "services": [
    {
      "name": "bookmarks",
      "source": {
        "image": "ghcr.io/stevedylandev/andromeda/bookmarks"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "COOKIE_SECURE",
      "service": "bookmarks",
      "description": "Enable HTTPS secure cookies",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "BOOKMARKS_PASSWORD",
      "service": "bookmarks",
      "description": "API key for POST /api/links (omit to disable write API)",
      "secret": true,
      "strategy": "default",
      "default": "changeme"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "andromeda-bookmarks"
      }
    },
    "cli": "railway deploy --template andromeda-bookmarks",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c3130189-17be-45ed-97f3-2410137609d2",
            "serializedConfig": {
              "services": {
                "d3da37b9-34ea-462f-809a-f2e84865bbd1": {
                  "icon": "https://assets.andromeda.build/bookmarks-icon.png",
                  "name": "bookmarks",
                  "source": {
                    "image": "ghcr.io/stevedylandev/andromeda/bookmarks"
                  },
                  "variables": {
                    "COOKIE_SECURE": {
                      "isOptional": true,
                      "description": "Enable HTTPS secure cookies",
                      "defaultValue": "true"
                    },
                    "BOOKMARKS_API_KEY": {
                      "isOptional": true,
                      "description": "Set true behind HTTPS to mark session cookie Secure",
                      "defaultValue": ""
                    },
                    "BOOKMARKS_PASSWORD": {
                      "description": "API key for POST /api/links (omit to disable write API)",
                      "defaultValue": "changeme"
                    }
                  },
                  "volumeMounts": {
                    "d3da37b9-34ea-462f-809a-f2e84865bbd1": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-12T16:14:42.609Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-11T10:32:26.878Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_dcc8e84ed13d47948cd8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 46,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "bookmarks"
  }
}
