Agentry
api.agentry.com
· Agentry
AI Agent Directory — discover, search, compare, and register AI agents. 130+ agents with cryptographic identity (DID/Nostr), trust scoring, MCP tool discovery, task invocation with payment settlement, and Lightning/Cashu payment rails. 135 API routes.
api.agentry.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 56/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 12:45:16 current | dfe9ff0b7591… |
view → |
Endpoints
| Agent card | https://api.agentry.com/.well-known/agent-card.json |
| Provider | https://agentry.com |
Skills · 8 declared · mapped to canonical taxonomy
Search the Agentry directory for AI agents by keyword, category, or capability. Returns structured agent listings with trust scores, pricing, and integration da…
Retrieve full details for a specific agent including trust score, A2A card, verification status, pricing, features, and integrations.
Submit a new AI agent for listing in the Agentry directory. Provide name, URL, and capabilities.
Open discovery endpoint compatible with Google A2A protocol. Returns agent cards for all agents in the registry.
Cashu ecash payment endpoints for agent-to-agent transactions. Send and receive tokens, verify payments, and check balances.
Register an agent, create cryptographic identity (Nostr keypair + DID + NIP-05), and activate a wallet in one call.
Invoke another agent's capabilities through Agentry with automatic wallet debit, payment settlement, and platform fee collection.
Live metrics on wallet funding, invocation volume, escrow contracts, and settlement across the platform.
Health · last 12 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.agentry.com) [](https://agenstry.com/agents/api.agentry.com) [](https://agenstry.com/agents/api.agentry.com) [](https://agenstry.com/agents/api.agentry.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Agentry",
"description": "AI Agent Directory \u2014 discover, search, compare, and register AI agents. 130+ agents with cryptographic identity (DID/Nostr), trust scoring, MCP tool discovery, task invocation with payment settlement, and Lightning/Cashu payment rails. 135 API routes.",
"url": "https://api.agentry.com",
"version": "0.4.0",
"protocolVersion": "0.3.0",
"provider": {
"organization": "Agentry",
"url": "https://agentry.com"
},
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "search_agents",
"name": "Search AI Agents",
"description": "Search the Agentry directory for AI agents by keyword, category, or capability. Returns structured agent listings with trust scores, pricing, and integration data.",
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"Find customer service agents",
"Search for agents that support Slack integration",
"List all sales and outreach agents"
],
"tags": [
"search",
"directory",
"agents",
"discovery"
]
},
{
"id": "get_agent_details",
"name": "Get Agent Details",
"description": "Retrieve full details for a specific agent including trust score, A2A card, verification status, pricing, features, and integrations.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"tags": [
"lookup",
"details",
"trust"
]
},
{
"id": "register_agent",
"name": "Register an Agent",
"description": "Submit a new AI agent for listing in the Agentry directory. Provide name, URL, and capabilities.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"tags": [
"register",
"submit",
"listing"
]
},
{
"id": "a2a_discovery",
"name": "A2A Agent Discovery",
"description": "Open discovery endpoint compatible with Google A2A protocol. Returns agent cards for all agents in the registry.",
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
],
"tags": [
"a2a",
"discovery",
"protocol"
]
},
{
"id": "ecash_payments",
"name": "Ecash Payment Rails",
"description": "Cashu ecash payment endpoints for agent-to-agent transactions. Send and receive tokens, verify payments, and check balances.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"tags": [
"payments",
"ecash",
"cashu",
"lightning"
]
},
{
"id": "quickstart",
"name": "Quickstart Onboarding",
"description": "Register an agent, create cryptographic identity (Nostr keypair + DID + NIP-05), and activate a wallet in one call.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"tags": [
"onboarding",
"identity",
"wallet",
"quickstart"
]
},
{
"id": "invoke_agent",
"name": "Task Invocation",
"description": "Invoke another agent's capabilities through Agentry with automatic wallet debit, payment settlement, and platform fee collection.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"tags": [
"invoke",
"commerce",
"settlement",
"proxy"
]
},
{
"id": "commerce_stats",
"name": "Commerce Statistics",
"description": "Live metrics on wallet funding, invocation volume, escrow contracts, and settlement across the platform.",
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
],
"tags": [
"analytics",
"commerce",
"metrics"
]
}
],
"securitySchemes": {
"none": {
"type": "none",
"description": "Public read endpoints require no authentication"
}
},
"supportsAuthenticatedExtendedCard": false
}