{
  "manifest_version": "1.0.0",
  "template": {
    "id": "99aa6bb6-0ce5-49d2-bd30-3e7b867e8adf",
    "slug": "iSYwFQ",
    "name": "Slack Bot Template in Python",
    "description": "A simple Slack bot programmed in Python",
    "url": "https://railway.com/deploy/iSYwFQ",
    "upstream": {
      "repo_url": "https://github.com/Alhwyn/slack-bot-template"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "slack-bot-template",
      "source": {
        "repo": "https://github.com/Alhwyn/slack-bot-template"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "SLACK_BOT_TOKEN",
      "service": "slack-bot-template",
      "description": "OAuth & Permission after adding scopes and installing app",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SLACK_BOT_USER_ID",
      "service": "slack-bot-template",
      "description": "found in Basic information",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SLACK_SIGNING_SECRET",
      "service": "slack-bot-template",
      "description": "found in basic information",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "iSYwFQ"
      }
    },
    "cli": "railway deploy --template iSYwFQ",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "99aa6bb6-0ce5-49d2-bd30-3e7b867e8adf",
            "serializedConfig": {
              "services": {
                "b21e3582-9f1b-42f5-97c0-0d2e0800f4f4": {
                  "name": "slack-bot-template",
                  "source": {
                    "repo": "Alhwyn/slack-bot-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "SLACK_BOT_TOKEN": {
                      "isOptional": false,
                      "description": "OAuth & Permission after adding scopes and installing app",
                      "defaultValue": "{{SLACK_BOT_TOKEN}}"
                    },
                    "SLACK_BOT_USER_ID": {
                      "isOptional": false,
                      "description": "found in Basic information",
                      "defaultValue": "{{SLACK_BOT_USER_ID}}"
                    },
                    "SLACK_SIGNING_SECRET": {
                      "isOptional": false,
                      "description": "found in basic information",
                      "defaultValue": "{{SLACK_SIGNING_SECRET}}"
                    }
                  },
                  "networking": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
