{
  "manifest_version": "1.0.0",
  "template": {
    "id": "402259f1-9326-46b3-a37b-64c61d025c3a",
    "slug": "activepieces-or-just-updated-zapier-alte",
    "name": "Activepieces | (Just Updated) Zapier Alternative Nobody Else Can Claim",
    "description": "Anyone with the URL can claim a stock Activepieces. Ours seeds the admin.",
    "url": "https://railway.com/deploy/activepieces-or-just-updated-zapier-alte",
    "upstream": {
      "image": "ghcr.io/bon5co/activepieces-railway:0.82.0"
    }
  },
  "services": [
    {
      "name": "postgres",
      "source": {
        "image": "postgres:17.10-alpine"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql",
      "http": false
    },
    {
      "name": "redis",
      "source": {
        "image": "redis:8.2.1-alpine"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "activepieces",
      "source": {
        "image": "ghcr.io/bon5co/activepieces-railway:0.82.0"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "POSTGRES_PASSWORD",
      "service": "postgres",
      "description": "Provide a value for POSTGRES_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "redis",
      "description": "Provide a value for REDIS_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "AP_REDIS_URL",
      "service": "activepieces",
      "description": "Provide a value for AP_REDIS_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "AP_JWT_SECRET",
      "service": "activepieces",
      "description": "Provide a value for AP_JWT_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "AP_ADMIN_EMAIL",
      "service": "activepieces",
      "description": "Provide a value for AP_ADMIN_EMAIL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AP_FRONTEND_URL",
      "service": "activepieces",
      "description": "Provide a value for AP_FRONTEND_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AP_POSTGRES_HOST",
      "service": "activepieces",
      "description": "Provide a value for AP_POSTGRES_HOST.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "AP_ADMIN_PASSWORD",
      "service": "activepieces",
      "description": "Provide a value for AP_ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "AP_ENCRYPTION_KEY",
      "service": "activepieces",
      "description": "Provide a value for AP_ENCRYPTION_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "AP_POSTGRES_PASSWORD",
      "service": "activepieces",
      "description": "Provide a value for AP_POSTGRES_PASSWORD.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "activepieces-or-just-updated-zapier-alte"
      }
    },
    "cli": "railway deploy --template activepieces-or-just-updated-zapier-alte",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "402259f1-9326-46b3-a37b-64c61d025c3a",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "a4873d35-315d-46bf-b9b3-8a24f21b4b8e": {
                  "icon": null,
                  "name": "postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "postgres:17.10-alpine"
                  },
                  "variables": {
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "a4873d35-315d-46bf-b9b3-8a24f21b4b8e": {
                      "mountPath": "/var/lib/postgresql"
                    }
                  }
                },
                "b6dad141-e2b5-4c8c-ad72-e68250757252": {
                  "icon": null,
                  "name": "redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'chown -R redis:redis /data && exec docker-entrypoint.sh redis-server --requirepass \"$REDIS_PASSWORD\" --appendonly yes --dir /data'",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2.1-alpine"
                  },
                  "variables": {
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "b6dad141-e2b5-4c8c-ad72-e68250757252": {
                      "mountPath": "/data"
                    }
                  }
                },
                "ceaa3808-a400-4d67-bd97-2e924b24bc3d": {
                  "icon": null,
                  "name": "activepieces",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/activepieces-railway:0.82.0"
                  },
                  "variables": {
                    "AP_REDIS_URL": {
                      "isOptional": false,
                      "defaultValue": "redis://default:${{redis.REDIS_PASSWORD}}@${{redis.RAILWAY_PRIVATE_DOMAIN}}:6379?family=6"
                    },
                    "AP_JWT_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{AP_JWT_SECRET}}"
                    },
                    "AP_ADMIN_EMAIL": {
                      "isOptional": false,
                      "defaultValue": "admin@${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AP_FRONTEND_URL": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AP_POSTGRES_HOST": {
                      "isOptional": false,
                      "defaultValue": "${{postgres.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "AP_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{AP_ADMIN_PASSWORD}}"
                    },
                    "AP_ENCRYPTION_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{AP_ENCRYPTION_KEY}}"
                    },
                    "AP_POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "${{postgres.POSTGRES_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 3,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T04:14:37.968Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T03:31:45.032Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_15f07260f773441f93dd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 91,
    "typical_build_seconds": 0,
    "typical_start_seconds": 25,
    "slowest_service": "activepieces"
  }
}
