Engine API
List Agents (Inventory)
Full agent inventory with tool counts and prompt metadata
GET
List Agents (Inventory)
Returns every agent in the inventory as an
AgentSummary. Compared to /risk/agents, this endpoint also exposes tool_call_counts, total_tool_calls, and the raw system_prompt.
Query Parameters
Filter agents by service name.
Response
Array of agent objects:Unique identifier
Human-readable name
Detected framework
Agent role/purpose
LLM model in use
Tool names invoked by this agent
Map of
tool_name to invocation countSum of all tool calls
System prompt text (may be empty)
SHA-256 hash of the system prompt (first 16 hex chars)
Number of distinct runs
Total spans observed
LEARNING or MATUREISO-8601 timestamp
ISO-8601 timestamp
List Agents (Inventory)

