{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c6536d59-5577-4dcd-ba9b-db13eae32402",
    "slug": "OZNDdx",
    "name": "Optimism Governance Google Calendar Slack App",
    "description": "Slack bot for Optimism Governance events with auto reminders & summaries",
    "url": "https://railway.com/deploy/OZNDdx",
    "upstream": {
      "repo_url": "https://github.com/fabianhug/optimism-calendar-slack-app"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "optimism-calendar-slack-app",
      "source": {
        "repo": "https://github.com/fabianhug/optimism-calendar-slack-app"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "optimism-calendar-slack-app",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "CALENDAR_URL",
      "service": "optimism-calendar-slack-app",
      "description": "Provide a value for CALENDAR_URL.",
      "secret": false,
      "strategy": "default",
      "default": "https://calendar.google.com/calendar/embed?src=c_fnmtguh6noo6qgbni2gperid4k%40group.calendar.google.com"
    },
    {
      "key": "SLACK_APP_TOKEN",
      "service": "optimism-calendar-slack-app",
      "description": "xapp-your-app-token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SLACK_BOT_TOKEN",
      "service": "optimism-calendar-slack-app",
      "description": "xoxb-your-bot-token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SLACK_CHANNEL_ID",
      "service": "optimism-calendar-slack-app",
      "description": "id-of-channel-to-post-to",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SLACK_SIGNING_SECRET",
      "service": "optimism-calendar-slack-app",
      "description": "your-signing-secret",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "OZNDdx"
      }
    },
    "cli": "railway deploy --template OZNDdx",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c6536d59-5577-4dcd-ba9b-db13eae32402",
            "serializedConfig": {
              "services": {
                "a0bc55cf-762b-4104-b699-bc09e378cece": {
                  "name": "optimism-calendar-slack-app",
                  "source": {
                    "repo": "fabianhug/optimism-calendar-slack-app",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "3000"
                    },
                    "CALENDAR_URL": {
                      "defaultValue": "https://calendar.google.com/calendar/embed?src=c_fnmtguh6noo6qgbni2gperid4k%40group.calendar.google.com"
                    },
                    "SLACK_APP_TOKEN": {
                      "description": "xapp-your-app-token",
                      "defaultValue": "{{SLACK_APP_TOKEN}}"
                    },
                    "SLACK_BOT_TOKEN": {
                      "description": "xoxb-your-bot-token",
                      "defaultValue": "{{SLACK_BOT_TOKEN}}"
                    },
                    "SLACK_CHANNEL_ID": {
                      "description": "id-of-channel-to-post-to",
                      "defaultValue": "{{SLACK_CHANNEL_ID}}"
                    },
                    "SLACK_SIGNING_SECRET": {
                      "description": "your-signing-secret",
                      "defaultValue": "{{SLACK_SIGNING_SECRET}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
