Auto-provisioning workers across regions. Self-healing.
Relay Fabric is the engine that lets ERIX-LAIE scale lead discovery and enrichment to thousands of concurrent scrape jobs without ever managing servers. It registers worker types, monitors health every 5 minutes, auto-provisions new relay nodes when load spikes, retires stale workers, rotates proxies, and routes jobs based on region affinity. Tuning parameters (retries, timeouts, priority weights) are exposed as live admin endpoints, and the entire fleet emits `automation:relay-health` Socket.IO events for live observability.
https://api.ecodrix.com/api/laie/v1/relaysAuto-provisioning of relay workers across cloud regions
5-minute health probes with auto-retire of stale nodes
Region-aware job routing with priority weighting
Live tuning of retries / timeouts / max concurrency
Socket.IO health stream (`automation:relay-health`)
Built-in proxy rotation for scraping resilience
Admin endpoints for manual provision / retire
Relay Fabric is the engine that lets ERIX-LAIE scale lead discovery and enrichment to thousands of concurrent scrape jobs without ever managing servers. It registers worker types, monitors health every 5 minutes, auto-provisions new relay nodes when load spikes, retires stale workers, rotates proxies, and routes jobs based on region affinity. Tuning parameters (retries, timeouts, priority weights) are exposed as live admin endpoints, and the entire fleet emits `automation:relay-health` Socket.IO events for live observability.
Relay Fabric ships with: Auto-provisioning of relay workers across cloud regions; 5-minute health probes with auto-retire of stale nodes; Region-aware job routing with priority weighting; Live tuning of retries / timeouts / max concurrency; Socket.IO health stream (`automation:relay-health`); and more. Every feature is exposed through the public ECODrIx API at api.ecodrix.com.
Relay Fabric is one of 9 modules inside the ECODrIx platform. Data flows seamlessly between modules — leads in ERIX-CRM trigger ERIX-FLOW workflows, ERIX-LAIE feeds enriched leads back into the CRM, and every module emits real-time events over Socket.IO.
Yes. Relay Fabric exposes its endpoints at https://api.ecodrix.com/api/laie/v1/relays. Authentication uses tenant API keys (x-api-key + x-client-code) for SaaS-console traffic, or scoped tokens for LAIE and admin surfaces. Full reference is available in the API documentation.