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
| Area | Via |
|---|---|
| Health & telemetry | Developer API — devices, sites, connectivity. |
| Alerts & cases | Read and update cases; receive events on webhooks. |
| SD-WAN | Sites, transports, policies, telemetry — SD-WAN API. |
| Security Suite | Devices, detections, response actions — Suite API. |
| AI Gateway | Sanitize, 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.
