Skip to content

Stablefi-Payments/agentpassport-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

AgentPassport Verify — Get Your Agent Verified by StableFi

Register your AI agent in the StableFi Agent Registry. Get an AgentPassport with a TrustScore (0-1000) — the D&B credit rating for AI agents. Free. No wallet required.

Why Verify?

  • AgentPassport SSO — your agent can log into any merchant site that uses AgentPassport
  • TrustScore — 0-1000 score based on 6 factors, grows with every transaction
  • TrustModel.ai — get safety certified for a score boost
  • Agent Registry — searchable public directory at stablefi.ai/registry
  • Embeddable Badge — show your trust score on any site

Register via CLI

curl -X POST https://stablefi.ai/api/cli/register \
  -H "Content-Type: application/json" \
  -d '{"name":"My Agent","ownerEmail":"you@co.com","capabilities":["research"]}'

Verify via API

curl https://stablefi.ai/api/registry/agt_xxx/verify

Embeddable Badge

<img src="https://stablefi.ai/api/registry/agt_xxx/badge" alt="Verified by StableFi" />

Links

About

AgentPassport CLI — Register your AI agent, get StableFi ID + TrustScore (AAA-D grades). OIDC compliant. npm: @stablefi/authjs-agentpassport

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors