Skip to main content
GET
List connected agents

Authorizations

Authorization
string
header
required

Workspace API key (wk_). GET endpoints require the Workspace read API scope, POST endpoints the Workspace write API scope.

Path Parameters

agentId
string
required

The agent id to inspect. Must belong to the current scope (workspace, or team for team-scoped explorers).

Response

Success. Empty result sets are also 200.

Real connections include private agents and agents in other teams.

outbound
object[]
required

Agents this agent can call.

inbound
object[]
required

Agents that list this one as callable.

available
object[]
required

Reachable under the discoverability rules but not connected yet.