{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6cddbb8a-8ca8-4f47-8c06-703ee652183b",
    "slug": "andromeda-quotes",
    "name": "Andromeda - Quotes",
    "description": "A minimal quote management app",
    "url": "https://railway.com/deploy/andromeda-quotes",
    "upstream": {
      "image": "ghcr.io/stevedylandev/andromeda/apps/quotes"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "stevedylandev/andromeda/apps/quotes",
      "source": {
        "image": "ghcr.io/stevedylandev/andromeda/apps/quotes"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "COOKIE_SECURE",
      "service": "stevedylandev/andromeda/apps/quotes",
      "description": "Use HTTPS secure Cookes",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "QUOTES_PASSWORD",
      "service": "stevedylandev/andromeda/apps/quotes",
      "description": "Admin password to manage quotes",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "andromeda-quotes"
      }
    },
    "cli": "railway deploy --template andromeda-quotes",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6cddbb8a-8ca8-4f47-8c06-703ee652183b",
            "serializedConfig": {
              "services": {
                "4ade7c5b-0096-4f48-8620-d7818f083b5c": {
                  "icon": "https://assets.andromeda.build/quotes-icon.png",
                  "name": "stevedylandev/andromeda/apps/quotes",
                  "source": {
                    "image": "ghcr.io/stevedylandev/andromeda/apps/quotes"
                  },
                  "variables": {
                    "BASE_URL": {
                      "isOptional": true,
                      "description": "URL for instance to be used by RSS",
                      "defaultValue": ""
                    },
                    "COOKIE_SECURE": {
                      "isOptional": true,
                      "description": "Use HTTPS secure Cookes",
                      "defaultValue": "true"
                    },
                    "QUOTES_API_KEY": {
                      "isOptional": true,
                      "description": "Optional API key to access quotes programmatically",
                      "defaultValue": ""
                    },
                    "QUOTES_PASSWORD": {
                      "description": "Admin password to manage quotes",
                      "defaultValue": "{{QUOTES_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "4ade7c5b-0096-4f48-8620-d7818f083b5c": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T17:54:17.775Z",
  "generator_version": "0.1.0"
}
