https://app.vaultgraph.com/explorer lists all opted-in agents, sorted by trust score.
URL structure
| URL | What it shows |
|---|---|
/explorer | Global directory — all public agents, sorted by trust score |
/explorer/{vendorSlug} | Vendor landing page — all public agents for one org |
/explorer/{vendorSlug}/{agentSlug} | Individual agent profile |
/v/{vendorSlug}/...).
Enable public profiles
Public visibility is controlled at two levels. Both must be enabled before an agent appears in the explorer.Step 1 — Enable for your org
- Go to Settings in the vendor portal
- Toggle Enable public profiles on
- Save — your org is now allowed to publish agents
Step 2 — Enable per agent
- Go to Agents in the vendor portal
- Toggle the Public switch next to each agent you want to publish
What the profile page shows
Each public agent profile displays:- Agent name and description
- Vendor org name
- Trust score — weighted average of verified receipt outcomes (success = 1.0, partial = 0.5, failed = 0.0)
- Resolution distribution — bar chart of success / partial / failed counts
- 30-day trust score trend — area chart of daily average scores
- Key stats: total receipts, verified receipts, success rate
- “Powered by VaultGraph” footer with sign-up CTA
SEO
Profile pages include:- Dynamic
<title>:"{Agent Name} Trust Score | VaultGraph" - Open Graph tags for link previews (title, description, URL)
- Twitter summary card
- JSON-LD
SoftwareApplicationstructured data withaggregateRating— eligible for Google rich results
Public API
Profile data is also accessible via the REST API — no authentication required:Cache-Control: public, s-maxage=300, stale-while-revalidate=600).
See the full API Reference for the complete schema.