{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5247f10f-857d-4db2-a97a-227b63a928dd",
    "slug": "andromeda-easel",
    "name": "Andromeda - Easel",
    "description": "A minimal art calendar that fetches artwork from ARTIC",
    "url": "https://railway.com/deploy/andromeda-easel",
    "upstream": {
      "image": "ghcr.io/stevedylandev/andromeda/easel"
    }
  },
  "services": [
    {
      "name": "easel",
      "source": {
        "image": "ghcr.io/stevedylandev/andromeda/easel"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "EASEL_BASE_URL",
      "service": "easel",
      "description": "Public base URL (used for absolute links in /feed.xml)",
      "secret": false,
      "strategy": "default",
      "default": "http://localhost:4242"
    },
    {
      "key": "EASEL_TIMEZONE",
      "service": "easel",
      "description": "IANA timezone for day boundary (e.g. America/Chicago, Europe/London)",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "EASEL_BACKFILL_DAYS",
      "service": "easel",
      "description": "On startup, fill any missing day in the last N days. 0 disables backfill.",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "EASEL_EXCLUDE_TERMS",
      "service": "easel",
      "description": "Phrases excluded via must_not match across title/description/term/subject/category/classification. Comma-separated. Set empty to disable filtering.",
      "secret": false,
      "strategy": "default",
      "default": "erotic,erotica,shunga"
    },
    {
      "key": "EASEL_CLASSIFICATIONS",
      "service": "easel",
      "description": "Comma-separated AIC classification_title filters (lowercased, e.g. painting,drawing,print)",
      "secret": false,
      "strategy": "default",
      "default": "painting"
    },
    {
      "key": "EASEL_MAX_DEDUP_RETRIES",
      "service": "easel",
      "description": "Max retries when picking a non-duplicate artwork",
      "secret": false,
      "strategy": "default",
      "default": "10"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "andromeda-easel"
      }
    },
    "cli": "railway deploy --template andromeda-easel",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5247f10f-857d-4db2-a97a-227b63a928dd",
            "serializedConfig": {
              "services": {
                "8e32f58f-53be-4728-bd3a-e9174f7c95f1": {
                  "icon": "https://assets.andromeda.build/easel-icon.png",
                  "name": "easel",
                  "source": {
                    "image": "ghcr.io/stevedylandev/andromeda/easel"
                  },
                  "variables": {
                    "EASEL_BASE_URL": {
                      "isOptional": true,
                      "description": "Public base URL (used for absolute links in /feed.xml)",
                      "defaultValue": "http://localhost:4242"
                    },
                    "EASEL_TIMEZONE": {
                      "isOptional": true,
                      "description": "IANA timezone for day boundary (e.g. America/Chicago, Europe/London)",
                      "defaultValue": "UTC"
                    },
                    "EASEL_BACKFILL_DAYS": {
                      "isOptional": true,
                      "description": "On startup, fill any missing day in the last N days. 0 disables backfill.",
                      "defaultValue": "10"
                    },
                    "EASEL_EXCLUDE_TERMS": {
                      "isOptional": true,
                      "description": "Phrases excluded via must_not match across title/description/term/subject/category/classification. Comma-separated. Set empty to disable filtering.",
                      "defaultValue": "erotic,erotica,shunga"
                    },
                    "EASEL_CLASSIFICATIONS": {
                      "isOptional": true,
                      "description": "Comma-separated AIC classification_title filters (lowercased, e.g. painting,drawing,print)",
                      "defaultValue": "painting"
                    },
                    "EASEL_MAX_DEDUP_RETRIES": {
                      "isOptional": true,
                      "description": "Max retries when picking a non-duplicate artwork",
                      "defaultValue": "10"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T12:01:20.450Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0666dd022ae143afb3ff",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 17,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "easel"
  }
}
