{
  "manifest_version": "1.0.0",
  "template": {
    "id": "59f6ac1a-79a6-4e7c-b8e5-4e65c833d947",
    "slug": "pwcyob",
    "name": "Slack AI",
    "description": "Summarize Slack threads with AI",
    "url": "https://railway.com/deploy/pwcyob",
    "upstream": {
      "repo_url": "https://github.com/SkyfallWasTaken/slack-ai"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "slack-ai",
      "source": {
        "repo": "https://github.com/SkyfallWasTaken/slack-ai"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "OPENAI_MODEL",
      "service": "slack-ai",
      "description": "Provide a value for OPENAI_MODEL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "slack-ai",
      "description": "Provide a value for OPENAI_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OPENAI_API_URL",
      "service": "slack-ai",
      "description": "Provide a value for OPENAI_API_URL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SLACK_APP_TOKEN",
      "service": "slack-ai",
      "description": "Get this after enabling Socket Mode. xapp-...",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SLACK_BOT_TOKEN",
      "service": "slack-ai",
      "description": "Get this after creating a new app on the Slack API dashboard. xoxb-...",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pwcyob"
      }
    },
    "cli": "railway deploy --template pwcyob",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "59f6ac1a-79a6-4e7c-b8e5-4e65c833d947",
            "serializedConfig": {
              "services": {
                "1aa2eccf-8282-40de-875b-6fdfb0c5a463": {
                  "name": "slack-ai",
                  "source": {
                    "repo": "SkyfallWasTaken/slack-ai",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "OPENAI_MODEL": {
                      "description": "",
                      "defaultValue": "{{OPENAI_MODEL}}"
                    },
                    "OPENAI_API_KEY": {
                      "description": "",
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    },
                    "OPENAI_API_URL": {
                      "description": "",
                      "defaultValue": "{{OPENAI_API_URL}}"
                    },
                    "SLACK_APP_TOKEN": {
                      "description": "Get this after enabling Socket Mode. xapp-...",
                      "defaultValue": "{{SLACK_APP_TOKEN}}"
                    },
                    "SLACK_BOT_TOKEN": {
                      "description": "Get this after creating a new app on the Slack API dashboard. xoxb-...",
                      "defaultValue": "{{SLACK_BOT_TOKEN}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0"
}
