v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01251238661.6 KB
v1
protected
network

Get Network Topology

Get the full network topology for the current workspace.

Returns all agents, skills, MCP instances, and triggers as nodes, with edges representing their relationships.

Each entity type is fetched in its own DB session so the four queries can run concurrently via asyncio.gather without sharing a single async session (which is not safe for concurrent use).

get/v1/network/topology

Response

Successful Response

deployment_modestring