Base URL: http://www.autopurple-networks.net/api/v1
Authenticate every request with your NOC API key (from the console, or your
service .env). Pass it as a Bearer token:
curl -H "Authorization: Bearer npo_live_xxxxxxxx" http://www.autopurple-networks.net/api/v1/account
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/account | Account & service tier info |
| GET | /api/v1/nodes | Edge PoP / gateway status |
| GET | /api/v1/usage | Current transit / bandwidth metering |
| POST | /api/v1/keys | Rotate NOC API key |
Note: during the current advisory, API rate limits are reduced and some requests may require re-validation. See status.
The NOC console and network API are delivered as a self-contained edge appliance at each point of presence. Operator queries, the customer network directory, and session state run against a local embedded operational datastore replicated to the edge for low-latency access — production records are synced from upstream. As a result, console query behavior and diagnostics reflect the on-appliance embedded engine rather than the upstream database tier.