{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ec80ffb8-4d12-409c-a3f8-f511be04987e",
    "slug": "green-calm",
    "name": "green-calm",
    "description": "Deploy and Host green-calm with Railway",
    "url": "https://railway.com/deploy/green-calm",
    "upstream": {
      "repo_url": "https://github.com/afinnegan67/construction-agent"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "construction-agent",
      "source": {
        "repo": "https://github.com/afinnegan67/construction-agent"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "GROQ_API_KEY",
      "service": "construction-agent",
      "description": "Provide a value for GROQ_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OPENROUTER_API_KEY",
      "service": "construction-agent",
      "description": "Provide a value for OPENROUTER_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TELEGRAM_BOT_TOKEN",
      "service": "construction-agent",
      "description": "Provide a value for TELEGRAM_BOT_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CODE_SERVER_PASSWORD",
      "service": "construction-agent",
      "description": "Provide a value for CODE_SERVER_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "TELEGRAM_HOME_CHANNEL",
      "service": "construction-agent",
      "description": "Provide a value for TELEGRAM_HOME_CHANNEL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "TELEGRAM_ALLOWED_USERS",
      "service": "construction-agent",
      "description": "Provide a value for TELEGRAM_ALLOWED_USERS.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "green-calm"
      }
    },
    "cli": "railway deploy --template green-calm",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ec80ffb8-4d12-409c-a3f8-f511be04987e",
            "serializedConfig": {
              "services": {
                "7b0ada6f-bee4-4707-a04c-a1257ce1147d": {
                  "name": "construction-agent",
                  "source": {
                    "repo": "afinnegan67/construction-agent",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "GROQ_API_KEY": {
                      "defaultValue": "{{GROQ_API_KEY}}"
                    },
                    "OPENROUTER_API_KEY": {
                      "defaultValue": "{{OPENROUTER_API_KEY}}"
                    },
                    "TELEGRAM_BOT_TOKEN": {
                      "defaultValue": "{{TELEGRAM_BOT_TOKEN}}"
                    },
                    "CODE_SERVER_PASSWORD": {
                      "defaultValue": "{{CODE_SERVER_PASSWORD}}"
                    },
                    "TELEGRAM_HOME_CHANNEL": {
                      "defaultValue": "{{TELEGRAM_HOME_CHANNEL}}"
                    },
                    "TELEGRAM_ALLOWED_USERS": {
                      "defaultValue": "{{TELEGRAM_ALLOWED_USERS}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-11T04:14:34.944Z",
  "generator_version": "0.1.0"
}
