List agents
| Parameter | Type | Description |
|---|---|---|
status | string | Filter by status: APPROVED, DISCOVERED, PENDING_REVIEW |
risk_level | string | Filter by risk: CRITICAL, HIGH, MEDIUM, LOW |
framework | string | Filter by framework: LANGGRAPH, N8N, etc. |
department | string | Filter by department name |
no_owner | bool | Show only agents with no owner |
search | string | Search by name |
sort_by | string | risk_score (default), name, created_at |
sort_dir | string | desc (default), asc |
limit | int | Max results, default 100, max 500 |
Get agent
Create agent
Update agent
Registry stats
SDK beacon registration
beacon.register(). No auth required.