{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c82f35e9-8bee-45f8-83be-0a7e02504412",
    "slug": "balanced-comfort",
    "name": "balanced-comfort",
    "description": "Automate Instagram engagement with smart keyword-triggered DMs.",
    "url": "https://railway.com/deploy/balanced-comfort",
    "upstream": {
      "repo_url": "https://github.com/TejasAdhiya/CommentDMAutomation"
    }
  },
  "services": [
    {
      "name": "CommentDMAutomation",
      "source": {
        "repo": "https://github.com/TejasAdhiya/CommentDMAutomation"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "VERIFY_TOKEN",
      "service": "CommentDMAutomation",
      "description": "Provide a value for VERIFY_TOKEN.",
      "secret": true,
      "strategy": "default",
      "default": "paste"
    },
    {
      "key": "IG_BUSINESS_ACCOUNT_ID",
      "service": "CommentDMAutomation",
      "description": "Provide a value for IG_BUSINESS_ACCOUNT_ID.",
      "secret": false,
      "strategy": "default",
      "default": "paste"
    },
    {
      "key": "INSTAGRAM_ACCESS_TOKEN",
      "service": "CommentDMAutomation",
      "description": "Provide a value for INSTAGRAM_ACCESS_TOKEN.",
      "secret": true,
      "strategy": "default",
      "default": "paste"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "balanced-comfort"
      }
    },
    "cli": "railway deploy --template balanced-comfort",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c82f35e9-8bee-45f8-83be-0a7e02504412",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "0c046b8d-36e4-46ab-a09d-0c27c57d9eae": {
                  "icon": null,
                  "name": "CommentDMAutomation",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/TejasAdhiya/CommentDMAutomation",
                    "rootDirectory": "/backend"
                  },
                  "variables": {
                    "VERIFY_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "paste"
                    },
                    "IG_BUSINESS_ACCOUNT_ID": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "paste"
                    },
                    "INSTAGRAM_ACCESS_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "paste"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T10:13:27.115Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_58051a7c961648e18612",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 87,
    "typical_build_seconds": 40,
    "typical_start_seconds": 20,
    "slowest_service": "CommentDMAutomation"
  }
}
