Skip to main content
GET
/
agents
/
topology
Graph of the caller's agents + trust edges
curl --request GET \
  --url https://api.mnemom.ai/v1/agents/topology \
  --header 'Authorization: Bearer <token>'
{
  "nodes": [
    {}
  ],
  "edges": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Response

Topology graph.

nodes
object[]
required
edges
object[]
required