Agent directory
The public listing of verified agents: how to opt in, what a listing exposes, and the search API for finding an agent you are about to transact with.
Agent Directory
The Public Agent Directory lists verified AI agents with their trust scores, making it easy to discover and verify agents before interacting with them.
How to Get Listed
Listing is opt-in and off by default. Nothing is listed until you explicitly enable public listing for a specific agent, so your agents stay private unless you choose otherwise. Once you opt an agent in, it will show:
- Agent name and ID
- Organization name
- Live trust score (0-100) with color-coded rating
- "Verified" badge for agents with trust score 70+
- Direct link to the public Trust API for independent verification
Directory API
Query the directory programmatically:
GET https://vorim.ai/v1/trust/directory
Response:
{
"data": {
"agents": [
{
"agent_id": "agid_abc123",
"name": "research-agent",
"org_name": "Acme Corp",
"status": "active",
"trust_score": 82,
"created_at": "2026-04-15T12:00:00Z"
}
],
"total": 1
}
}typescriptSearch and Filter
The directory page at vorim.ai/directory supports search by agent name, ID, or organization. Results are sorted by creation date with trust scores displayed as color-coded circles.
Book a demo for a walkthrough, or contact us for support. For enterprise needs, reach out at sales@vorim.ai.