{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3663a2b8-cdab-4155-a28e-a2a860c33439",
    "slug": "momentum",
    "name": "momentum",
    "description": "WhatsApp Mission Control — threads, Atlas, digests, AI drafts",
    "url": "https://railway.com/deploy/momentum",
    "upstream": {
      "repo_url": "https://github.com/sameer-hoda/momentum"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "momentum",
      "source": {
        "repo": "https://github.com/sameer-hoda/momentum"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "APP_EMAIL",
      "service": "momentum",
      "description": "Provide a value for APP_EMAIL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "OWNER_NAME",
      "service": "momentum",
      "description": "Provide a value for OWNER_NAME.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "APP_PASSWORD",
      "service": "momentum",
      "description": "Provide a value for APP_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "momentum"
      }
    },
    "cli": "railway deploy --template momentum",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3663a2b8-cdab-4155-a28e-a2a860c33439",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "9d4411c6-a2ae-403a-b4e0-e3062981284e": {
                  "icon": null,
                  "name": "momentum",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/sameer-hoda/momentum",
                    "rootDirectory": null
                  },
                  "variables": {
                    "APP_EMAIL": {
                      "isOptional": false,
                      "defaultValue": "{{APP_EMAIL}}"
                    },
                    "OWNER_NAME": {
                      "isOptional": false,
                      "defaultValue": "{{OWNER_NAME}}"
                    },
                    "APP_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{APP_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "9d4411c6-a2ae-403a-b4e0-e3062981284e": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-12T16:14:42.609Z",
  "generator_version": "0.1.0"
}
