{
  "manifest_version": "1.0.0",
  "template": {
    "id": "809c6599-99e7-45de-8e75-1fa2deb3a7e8",
    "slug": "inngest-single-node-sqlite",
    "name": "Inngest Single Node (SQLite)",
    "description": "Platform for running durable, event‑driven workflows and background jobs",
    "url": "https://railway.com/deploy/inngest-single-node-sqlite",
    "upstream": {
      "image": "inngest/inngest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "inngest",
      "source": {
        "image": "inngest/inngest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "SDK_URL",
      "service": "inngest",
      "description": "App serve URLs to sync (ex. http://localhost:3000/api/inngest)",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "INNGEST_DEV",
      "service": "inngest",
      "description": "Use this to force an SDK to be in Dev Mode with INNGEST_DEV=1, or Cloud mode with INNGEST_DEV=0.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "INNGEST_EVENT_KEY",
      "service": "inngest",
      "description": "Event key that will be used by apps to send events to the server.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "INNGEST_SIGNING_KEY",
      "service": "inngest",
      "description": "Signing key used to sign and validate data between the server and apps.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "inngest-single-node-sqlite"
      }
    },
    "cli": "railway deploy --template inngest-single-node-sqlite",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "809c6599-99e7-45de-8e75-1fa2deb3a7e8",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "13d7b104-ed91-4e13-b4b0-79b0748e2564": {
                  "icon": null,
                  "name": "inngest",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"inngest start --sqlite-dir /app/data --sdk-url $SDK_URL\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "inngest/inngest"
                  },
                  "variables": {
                    "SDK_URL": {
                      "isOptional": false,
                      "description": "App serve URLs to sync (ex. http://localhost:3000/api/inngest)",
                      "defaultValue": "{{SDK_URL}}"
                    },
                    "INNGEST_DEV": {
                      "isOptional": false,
                      "description": "Use this to force an SDK to be in Dev Mode with INNGEST_DEV=1, or Cloud mode with INNGEST_DEV=0.",
                      "defaultValue": "0"
                    },
                    "INNGEST_EVENT_KEY": {
                      "isOptional": false,
                      "description": "Event key that will be used by apps to send events to the server.",
                      "defaultValue": "{{INNGEST_EVENT_KEY}}"
                    },
                    "INNGEST_SIGNING_KEY": {
                      "isOptional": false,
                      "description": "Signing key used to sign and validate data between the server and apps.",
                      "defaultValue": "{{INNGEST_SIGNING_KEY}}"
                    }
                  },
                  "volumeMounts": {
                    "13d7b104-ed91-4e13-b4b0-79b0748e2564": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
