{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d1006acc-d6b3-4736-a191-396fe28a1723",
    "slug": "railway-catalyst-starter",
    "name": "Dapr Workflow Starter",
    "description": "Durable workflows, pub/sub, key/value and cron with Dapr & Diagrid Catalyst",
    "url": "https://railway.com/deploy/railway-catalyst-starter",
    "upstream": {
      "repo_url": "https://github.com/diagrid-labs/railway-catalyst-starter"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "railway-catalyst-starter",
      "source": {
        "repo": "https://github.com/diagrid-labs/railway-catalyst-starter"
      },
      "needs_volume": false,
      "tcp_ports": [
        5001
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "DAPR_API_TOKEN",
      "service": "railway-catalyst-starter",
      "description": "Your Diagrid Catalyst APP_ID API token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DAPR_GRPC_ENDPOINT",
      "service": "railway-catalyst-starter",
      "description": "Your Diagrid Catalyst project GRPC endpoint URL",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "railway-catalyst-starter"
      }
    },
    "cli": "railway deploy --template railway-catalyst-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d1006acc-d6b3-4736-a191-396fe28a1723",
            "serializedConfig": {
              "services": {
                "d619617c-7057-4786-b743-10364258fb72": {
                  "name": "railway-catalyst-starter",
                  "deploy": {
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "repo": "diagrid-labs/railway-catalyst-starter",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "DAPR_API_TOKEN": {
                      "description": "Your Diagrid Catalyst APP_ID API token",
                      "defaultValue": "{{DAPR_API_TOKEN}}"
                    },
                    "DAPR_GRPC_ENDPOINT": {
                      "description": "Your Diagrid Catalyst project GRPC endpoint URL",
                      "defaultValue": "{{DAPR_GRPC_ENDPOINT}}"
                    },
                    "DAPR_HTTP_ENDPOINT": {
                      "isOptional": true,
                      "description": "Your Diagrid Catalyst project HTTP endpoint URL",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "5001": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T04:14:41.730Z",
  "generator_version": "0.1.0"
}
