{
  "manifest_version": "1.0.0",
  "template": {
    "id": "07ad8c3d-e0b6-416d-b2eb-2cd4a5c317db",
    "slug": "activepieces-workflow-automation",
    "name": "Activepieces",
    "description": "Zapier Alternative. Build automations that connect your apps.",
    "url": "https://railway.com/deploy/activepieces-workflow-automation",
    "upstream": {
      "image": "ghcr.io/activepieces/activepieces:0.88.3"
    }
  },
  "services": [
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "activepieces-worker",
      "source": {
        "image": "ghcr.io/activepieces/activepieces:0.88.3"
      },
      "needs_volume": true,
      "volume_mount_path": "/usr/src/app/cache",
      "http": false
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "activepieces",
      "source": {
        "image": "ghcr.io/activepieces/activepieces:0.88.3"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Cluster location on the volume",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Database created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Superuser created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "SSL certificate expiry in days",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Superuser password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Clean shutdown window",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "PORT",
      "service": "activepieces-worker",
      "description": "Railway health-check target port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "AP_PORT",
      "service": "activepieces-worker",
      "description": "Worker health server port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "AP_JWT_SECRET",
      "service": "activepieces-worker",
      "description": "Shared secret minting the worker token",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_ENVIRONMENT",
      "service": "activepieces-worker",
      "description": "Production runtime mode",
      "secret": false,
      "strategy": "default",
      "default": "prod"
    },
    {
      "key": "AP_FRONTEND_URL",
      "service": "activepieces-worker",
      "description": "Private app API address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "AP_CONTAINER_TYPE",
      "service": "activepieces-worker",
      "description": "Run flow execution only",
      "secret": false,
      "strategy": "default",
      "default": "WORKER"
    },
    {
      "key": "AP_EXECUTION_MODE",
      "service": "activepieces-worker",
      "description": "Must match the app service",
      "secret": false,
      "strategy": "default",
      "default": "UNSANDBOXED"
    },
    {
      "key": "AP_WORKER_CONCURRENCY",
      "service": "activepieces-worker",
      "description": "Concurrent jobs per worker",
      "secret": false,
      "strategy": "default",
      "default": "5"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Auth password, read by the server",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PORT",
      "service": "activepieces",
      "description": "Railway health-check target port",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "AP_PORT",
      "service": "activepieces",
      "description": "Application listening port",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "AP_REDIS_URL",
      "service": "activepieces",
      "description": "Private Redis connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_S3_BUCKET",
      "service": "activepieces",
      "description": "Bucket name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_S3_REGION",
      "service": "activepieces",
      "description": "Bucket region",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_JWT_SECRET",
      "service": "activepieces",
      "description": "Signs sessions and worker token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "AP_REDIS_TYPE",
      "service": "activepieces",
      "description": "Single Redis instance",
      "secret": false,
      "strategy": "default",
      "default": "STANDALONE"
    },
    {
      "key": "AP_ENVIRONMENT",
      "service": "activepieces",
      "description": "Production runtime mode",
      "secret": false,
      "strategy": "default",
      "default": "prod"
    },
    {
      "key": "AP_S3_ENDPOINT",
      "service": "activepieces",
      "description": "Bucket API endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_FRONTEND_URL",
      "service": "activepieces",
      "description": "Public base URL for webhooks",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AP_POSTGRES_HOST",
      "service": "activepieces",
      "description": "Private Postgres hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "AP_POSTGRES_PORT",
      "service": "activepieces",
      "description": "Postgres port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_CONTAINER_TYPE",
      "service": "activepieces",
      "description": "Run API, UI, scheduler and webhooks",
      "secret": false,
      "strategy": "default",
      "default": "APP"
    },
    {
      "key": "AP_ENCRYPTION_KEY",
      "service": "activepieces",
      "description": "AES key for stored connections",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "AP_EXECUTION_MODE",
      "service": "activepieces",
      "description": "Only mode available without privileged Docker",
      "secret": false,
      "strategy": "default",
      "default": "UNSANDBOXED"
    },
    {
      "key": "AP_POSTGRES_USE_SSL",
      "service": "activepieces",
      "description": "Private network, no TLS needed",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "AP_QUEUE_UI_ENABLED",
      "service": "activepieces",
      "description": "Expose queue dashboard at /api/ui",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "AP_S3_ACCESS_KEY_ID",
      "service": "activepieces",
      "description": "Bucket access key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_POSTGRES_DATABASE",
      "service": "activepieces",
      "description": "Database name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_POSTGRES_PASSWORD",
      "service": "activepieces",
      "description": "Database password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_POSTGRES_USERNAME",
      "service": "activepieces",
      "description": "Database user",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_QUEUE_UI_PASSWORD",
      "service": "activepieces",
      "description": "Queue dashboard password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "AP_QUEUE_UI_USERNAME",
      "service": "activepieces",
      "description": "Queue dashboard username",
      "secret": false,
      "strategy": "default",
      "default": "ops"
    },
    {
      "key": "AP_S3_USE_SIGNED_URLS",
      "service": "activepieces",
      "description": "Stream files through the app",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "AP_S3_SECRET_ACCESS_KEY",
      "service": "activepieces",
      "description": "Bucket secret key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AP_FILE_STORAGE_LOCATION",
      "service": "activepieces",
      "description": "Run logs go to object storage",
      "secret": false,
      "strategy": "default",
      "default": "S3"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "activepieces-workflow-automation"
      }
    },
    "cli": "railway deploy --template activepieces-workflow-automation",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "07ad8c3d-e0b6-416d-b2eb-2cd4a5c317db",
            "serializedConfig": {
              "buckets": {
                "29f6d90e-aaa6-43f5-955a-b7ac3ca9c6b9": {
                  "name": "activepieces-files"
                }
              },
              "services": {
                "0411bf34-01db-42b8-af24-27beb74b3ec7": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/postgresql.svg",
                  "name": "Postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Cluster location on the volume",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Database created on first boot",
                      "defaultValue": "railway"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Superuser created on first boot",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": false,
                      "description": "SSL certificate expiry in days",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Superuser password",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Clean shutdown window",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "0411bf34-01db-42b8-af24-27beb74b3ec7": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  }
                },
                "a54d1d71-ee52-434f-b131-c32050d17317": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/activepieces.svg",
                  "name": "activepieces-worker",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'case \"$AP_FRONTEND_URL\" in \"\"|http://:*|https://:*) AP_FRONTEND_URL=\"http://activepieces.railway.internal:8080\";; esac; export AP_FRONTEND_URL; M=$(cat /sys/fs/cgroup/memory.max 2>/dev/null || echo max); case \"$M\" in \"\"|max|*[!0-9]*) M=4294967296;; esac; H=$((M/2097152)); if [ \"$H\" -lt 256 ]; then H=256; fi; export NODE_OPTIONS=\"--max-old-space-size=$H\"; echo \"[railway] api $AP_FRONTEND_URL, node heap cap ${H}MB\"; i=0; while [ \"$i\" -lt 60 ]; do if curl -fsS -o /dev/null \"$AP_FRONTEND_URL/api/v1/health\"; then break; fi; echo \"[railway] waiting for app api ($i)\"; i=$((i+1)); sleep 5; done; exec /usr/src/app/docker-entrypoint.sh'",
                    "healthcheckPath": "/api/v1/health",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/activepieces/activepieces:0.88.3"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Railway health-check target port",
                      "defaultValue": "3000"
                    },
                    "AP_PORT": {
                      "isOptional": false,
                      "description": "Worker health server port",
                      "defaultValue": "3000"
                    },
                    "AP_JWT_SECRET": {
                      "isOptional": false,
                      "description": "Shared secret minting the worker token",
                      "defaultValue": "${{activepieces.AP_JWT_SECRET}}"
                    },
                    "AP_ENVIRONMENT": {
                      "isOptional": false,
                      "description": "Production runtime mode",
                      "defaultValue": "prod"
                    },
                    "AP_FRONTEND_URL": {
                      "isOptional": false,
                      "description": "Private app API address",
                      "defaultValue": "http://${{activepieces.RAILWAY_PRIVATE_DOMAIN}}:8080"
                    },
                    "AP_CONTAINER_TYPE": {
                      "isOptional": false,
                      "description": "Run flow execution only",
                      "defaultValue": "WORKER"
                    },
                    "AP_EXECUTION_MODE": {
                      "isOptional": false,
                      "description": "Must match the app service",
                      "defaultValue": "UNSANDBOXED"
                    },
                    "AP_WORKER_CONCURRENCY": {
                      "isOptional": false,
                      "description": "Concurrent jobs per worker",
                      "defaultValue": "5"
                    }
                  },
                  "volumeMounts": {
                    "a54d1d71-ee52-434f-b131-c32050d17317": {
                      "mountPath": "/usr/src/app/cache"
                    }
                  }
                },
                "b18f40ca-87a6-4be7-a9c7-fdcd82d98ed0": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/redis.svg",
                  "name": "Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{REDISHOST}}:${{REDISPORT}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Auth password, read by the server",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "b18f40ca-87a6-4be7-a9c7-fdcd82d98ed0": {
                      "mountPath": "/data"
                    }
                  }
                },
                "d565c30a-bb8b-4bc9-b543-3c19d66dad17": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/activepieces.svg",
                  "name": "activepieces",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'M=$(cat /sys/fs/cgroup/memory.max 2>/dev/null || echo max); case \"$M\" in \"\"|max|*[!0-9]*) M=4294967296;; esac; H=$((M/2097152)); if [ \"$H\" -lt 256 ]; then H=256; fi; export NODE_OPTIONS=\"--max-old-space-size=$H\"; echo \"[railway] node heap cap ${H}MB\"; exec /usr/src/app/docker-entrypoint.sh'",
                    "healthcheckPath": "/api/v1/health",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/activepieces/activepieces:0.88.3"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Railway health-check target port",
                      "defaultValue": "8080"
                    },
                    "AP_PORT": {
                      "isOptional": false,
                      "description": "Application listening port",
                      "defaultValue": "8080"
                    },
                    "AP_REDIS_URL": {
                      "isOptional": false,
                      "description": "Private Redis connection string",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "AP_S3_BUCKET": {
                      "isOptional": false,
                      "description": "Bucket name",
                      "defaultValue": "${{activepieces-files.BUCKET}}"
                    },
                    "AP_S3_REGION": {
                      "isOptional": false,
                      "description": "Bucket region",
                      "defaultValue": "${{activepieces-files.REGION}}"
                    },
                    "AP_JWT_SECRET": {
                      "isOptional": false,
                      "description": "Signs sessions and worker token",
                      "defaultValue": "{{AP_JWT_SECRET}}"
                    },
                    "AP_REDIS_TYPE": {
                      "isOptional": false,
                      "description": "Single Redis instance",
                      "defaultValue": "STANDALONE"
                    },
                    "AP_ENVIRONMENT": {
                      "isOptional": false,
                      "description": "Production runtime mode",
                      "defaultValue": "prod"
                    },
                    "AP_S3_ENDPOINT": {
                      "isOptional": false,
                      "description": "Bucket API endpoint",
                      "defaultValue": "${{activepieces-files.ENDPOINT}}"
                    },
                    "AP_FRONTEND_URL": {
                      "isOptional": false,
                      "description": "Public base URL for webhooks",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AP_POSTGRES_HOST": {
                      "isOptional": false,
                      "description": "Private Postgres hostname",
                      "defaultValue": "${{Postgres.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "AP_POSTGRES_PORT": {
                      "isOptional": false,
                      "description": "Postgres port",
                      "defaultValue": "${{Postgres.PGPORT}}"
                    },
                    "AP_CONTAINER_TYPE": {
                      "isOptional": false,
                      "description": "Run API, UI, scheduler and webhooks",
                      "defaultValue": "APP"
                    },
                    "AP_ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "AES key for stored connections",
                      "defaultValue": "{{AP_ENCRYPTION_KEY}}"
                    },
                    "AP_EXECUTION_MODE": {
                      "isOptional": false,
                      "description": "Only mode available without privileged Docker",
                      "defaultValue": "UNSANDBOXED"
                    },
                    "AP_POSTGRES_USE_SSL": {
                      "isOptional": false,
                      "description": "Private network, no TLS needed",
                      "defaultValue": "false"
                    },
                    "AP_QUEUE_UI_ENABLED": {
                      "isOptional": false,
                      "description": "Expose queue dashboard at /api/ui",
                      "defaultValue": "true"
                    },
                    "AP_S3_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Bucket access key",
                      "defaultValue": "${{activepieces-files.ACCESS_KEY_ID}}"
                    },
                    "AP_POSTGRES_DATABASE": {
                      "isOptional": false,
                      "description": "Database name",
                      "defaultValue": "${{Postgres.PGDATABASE}}"
                    },
                    "AP_POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Database password",
                      "defaultValue": "${{Postgres.PGPASSWORD}}"
                    },
                    "AP_POSTGRES_USERNAME": {
                      "isOptional": false,
                      "description": "Database user",
                      "defaultValue": "${{Postgres.PGUSER}}"
                    },
                    "AP_QUEUE_UI_PASSWORD": {
                      "isOptional": false,
                      "description": "Queue dashboard password",
                      "defaultValue": "{{AP_QUEUE_UI_PASSWORD}}"
                    },
                    "AP_QUEUE_UI_USERNAME": {
                      "isOptional": false,
                      "description": "Queue dashboard username",
                      "defaultValue": "ops"
                    },
                    "AP_S3_USE_SIGNED_URLS": {
                      "isOptional": false,
                      "description": "Stream files through the app",
                      "defaultValue": "false"
                    },
                    "AP_S3_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Bucket secret key",
                      "defaultValue": "${{activepieces-files.SECRET_ACCESS_KEY}}"
                    },
                    "AP_FILE_STORAGE_LOCATION": {
                      "isOptional": false,
                      "description": "Run logs go to object storage",
                      "defaultValue": "S3"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "activepieces",
      "method": "GET",
      "path": "/api/v1/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 4,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T14:04:25.009Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_184198f3a6a9427e9166",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Your workspace has been restricted. Please contact support to resolve this."
      }
    ]
  }
}
