Documentation

Network Portal · Guides

Automation & API

Everything in the Network Portal is available programmatically — read health and alerts, manage products, and pipe data into your own tools via the REST API, webhooks, and the AI/MCP endpoint.

The Portal is a view over the same API you can call yourself. Anything you do by clicking, you can do in code — build a custom dashboard, wire alerts into an internal tool, or pull data into a warehouse.

What you can automate

AreaVia
Health & telemetryDeveloper API — devices, sites, connectivity.
Alerts & casesRead and update cases; receive events on webhooks.
SD-WANSites, transports, policies, telemetry — SD-WAN API.
Security SuiteDevices, detections, response actions — Suite API.
AI GatewaySanitize, capture, and policy management — AI Gateway API.

Get started

Create an API key

In the Portal, go to Settings → API keys and create a key scoped to only the areas your integration needs. See authentication.

Call the API

Use the base URLs and endpoints in the Developers space. Every list endpoint is paginated and filterable.

Subscribe to events

Register webhooks so your systems react to alerts, cases, and status changes in real time instead of polling.

AI & MCP

For AI-driven workflows, the platform exposes an MCP endpoint so assistants and agents can query your monitored environment safely — and you can put the AI Gateway in front of them to keep that access private and policy-checked.

Tip

Start with webhooks rather than polling. You'll get alerts and case updates the moment they happen, with less load and less code than a polling loop.

Need a hand with Network Portal?Talk to our team →