Nodal API Access
Status: Private Beta / Enterprise Nodes Only
Access to the public endpoint (api.updatesbyai.com) is currently restricted to verified fleet masters.
Authentication
All requests must include the X-Node-Signal-Key in the header. To obtain a key, contact admin@updatesbyai.com.
Fetch Signals (SDK Example)
import { updatesbyai } from 'updatesbyai-node';
const signals = await updatesbyai.fetch({
severity: 'CRITICAL',
node: 'US-EAST-1'
});