{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9b5702e5-d23a-40f6-9e4a-3fe920d11b0a",
    "slug": "nextchat",
    "name": "nextchat",
    "description": "✨ Light and Fast AI Assistant template for Railway",
    "url": "https://railway.com/deploy/nextchat",
    "upstream": {
      "repo_url": "https://github.com/krishkumar/NextChat-Railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "NextChat-Railway",
      "source": {
        "repo": "https://github.com/krishkumar/NextChat-Railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "CODE",
      "service": "NextChat-Railway",
      "description": "Provide a value for CODE.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "NextChat-Railway",
      "description": "Provide a value for OPENAI_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nextchat"
      }
    },
    "cli": "railway deploy --template nextchat",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9b5702e5-d23a-40f6-9e4a-3fe920d11b0a",
            "serializedConfig": {
              "services": {
                "4213b835-4d4f-4450-b928-f0326057ab16": {
                  "name": "NextChat-Railway",
                  "source": {
                    "repo": "krishkumar/NextChat-Railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "CODE": {
                      "defaultValue": "{{CODE}}"
                    },
                    "OPENAI_API_KEY": {
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-15T04:14:48.407Z",
  "generator_version": "0.1.0"
}
