Back to search
📊 Intel view 📋 Audit JSON 🔄 Changelog
0
A2A

api.agentrapay.ai

api.agentrapay.ai
🛡
Own this agent?
Verify the domain api.agentrapay.ai 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.
Verify ownership
🔔 Watch this agent for changes. Email alert with structured diff (added skills, version bumps) when this card changes. Structured JSON via card-changes API. Sign in to subscribe
Trust score
4/100
grade F · 9 criteria
Uptime
0.0%
24 probes
Revenue · 30d
no payment wallet declared
Usage · 7d
0
no recent activity
Card drift · 7d
stable
0 snapshots tracked
Owner
unverified
claim this listing →
F
Conformance score: 4/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾ click to collapse breakdown ▴
fail Valid AgentCard 0/10
No valid AgentCard recorded (card-fetch failed or invalid JSON).
How to earn +10 points
Publish a parseable A2A AgentCard
Serve a valid AgentCard JSON at /.well-known/agent-card.json. The A2A 1.0 schema is the reference; we accept the v0.x backwards-compatible variant too.
Docs →
info Live JSON-RPC 0/25
Live probe hasn't run yet.
fail Protocol version 0/10
No protocolVersion in card.
How to earn +10 points
Declare protocolVersion
Add `"protocolVersion": "1.0"` to the AgentCard root. Without it, callers can't negotiate v0.x vs v1.0 compatibility.
Docs →
info JWS signature 0/10
Card is unsigned (most published agents are).
fail Uptime track record 0/15
0/24 probes succeeded (0% uptime).
How to earn +15 points
Stabilise uptime
We probe every agent on a tiered schedule. Sustained 99 %+ uptime over 20+ checks scores full points. Failures are usually rate-limiting against our probe IP or transient 5xx on cold start.
Docs →
fail Skill declaration 0/10
No skills declared in card. Hard to route to.
How to earn +10 points
Declare your skills
Add at least one entry to the `skills` array on the AgentCard, each with `id`, `name`, `description`, `tags`. We canonicalise these into the global skill taxonomy on next probe.
Docs →
fail Verified Identity 0/10
No provider organisation declared. Anonymous agent.
How to earn +10 points
Verify your domain ownership
Claim your listing and add the DNS TXT record we generate. Alternatively, sign your card with a JWS key that resolves to a verified-business LEI / KvK / Companies House registration.
Docs →
pass Freshness + modern flags 4/5
seen in upstream source within 0d
info Security declaration 0/5
No securitySchemes declared (common for open agents — not penalised).

Activity (audit trail)

last 24h · 0 calls Public aggregate · no PII recorded

No calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.

Uptime
0.0%
24 probes
Response
401ms
last probe
Skills
0
declared
Streaming
SSE-capable

Endpoints

Agent cardhttps://api.agentrapay.ai/.well-known/agent-card.json
Discovered via
mcp_registry recrawl_cold

Health · last 24 probes

When HTTP Live JSON-RPC Latency
2026-05-22 12:53:57 200 401ms
2026-05-22 06:55:11 200 394ms
2026-05-21 15:11:11 200 388ms
2026-05-20 09:49:03 200 411ms
2026-05-20 06:44:11 200 380ms
2026-05-19 00:04:30 200 536ms
2026-05-18 14:48:31 200 410ms
2026-05-18 12:42:52 200 381ms
2026-05-14 20:44:26 200 392ms
2026-05-14 20:29:22 200 369ms

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.

Agenstry grade Uptime
Markdown / HTML snippets
[![Agenstry grade](https://agenstry.com/badge/api.agentrapay.ai.svg)](https://agenstry.com/agents/api.agentrapay.ai)
[![Verified Business](https://agenstry.com/badge/api.agentrapay.ai/identity.svg)](https://agenstry.com/agents/api.agentrapay.ai)
[![Uptime](https://agenstry.com/badge/api.agentrapay.ai/uptime.svg)](https://agenstry.com/agents/api.agentrapay.ai)
[![A2A version](https://agenstry.com/badge/api.agentrapay.ai/protocol.svg)](https://agenstry.com/agents/api.agentrapay.ai)

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.

audit.json audit.json (JWS-signed) verification history
Raw agent card JSON
{
  "@context": "https://agentrapay.ai/ns/agent-card/v1",
  "@type": "AgentServiceCard",
  "api_base": "https://api.agentrapay.ai",
  "architecture": {
    "description": "Agentra authorizes transactions but never touches private keys or funds. Agents hold their own keys via Turnkey. Agentra provides identity verification, bidirectional trust scoring, and payment authorization attestations.",
    "model": "non_custodial",
    "settlement": "Agent-signed transactions on Base Mainnet (Coinbase L2)",
    "wallet_provider": "Turnkey"
  },
  "capabilities": [
    {
      "human_required": false,
      "id": "agent_registration",
      "latency_ms": 2000,
      "mcp_tool": "agentra_create_wallet",
      "rest_endpoint": "POST /agents"
    },
    {
      "human_required": false,
      "id": "wallet_provisioning",
      "latency_ms": 5000,
      "mcp_tool": "agentra_create_wallet",
      "rest_endpoint": "POST /v1/wallets/provision"
    },
    {
      "human_required": false,
      "id": "identity_verification",
      "latency_ms": 3000,
      "mcp_tool": "agentra_verify_identity",
      "rest_endpoint": "POST /agents/{id}/kya"
    },
    {
      "human_required": false,
      "id": "trust_scoring",
      "latency_ms": 500,
      "mcp_tool": "agentra_check_reputation",
      "note": "Bidirectional: scores both sender AND counterparty",
      "rest_endpoint": "GET /v1/trust/{agent_id}"
    },
    {
      "human_required": false,
      "id": "payment_authorization",
      "latency_ms": 3000,
      "mcp_tool": "agentra_authorize_payment",
      "note": "Non-custodial: returns unsigned tx + attestation. Agent signs and submits.",
      "rest_endpoint": "POST /v1/authorizations"
    },
    {
      "human_required": false,
      "id": "mandate_management",
      "latency_ms": 2000,
      "mcp_tool": "agentra_set_mandate",
      "rest_endpoint": "Coming soon",
      "status": "in_development"
    }
  ],
  "description": "Non-custodial authorization infrastructure. Agentra verifies agent identity, scores bidirectional trust, and orchestrates payment authorizations without ever touching private keys or custodying funds.",
  "differentiators": [
    "Bidirectional trust: scores BOTH sender and counterparty (no competitor does both)",
    "Non-custodial: never touches private keys or funds",
    "require_counterparty_kya viral loop: every verified agent recruits its counterparties",
    "EAS on-chain attestations make reputation non-portable (switching cost)",
    "Three patent-pending inventions (PPA filed March 2026)"
  ],
  "discovery": {
    "agent_card": "https://api.agentrapay.ai/.well-known/agent-card.json",
    "health": "https://api.agentrapay.ai/v1/health",
    "llms_full_txt": "https://api.agentrapay.ai/llms-full.txt",
    "llms_txt": "https://api.agentrapay.ai/llms.txt",
    "mcp": "https://api.agentrapay.ai/mcp",
    "openapi": "https://api.agentrapay.ai/.well-known/openapi.yaml"
  },
  "homepage": "https://agentrapay.ai",
  "legal": {
    "entity": "ProTech Data Security Services LLC d/b/a Agentra",
    "ip_status": "Patent Pending (3 PPAs filed March 2026)",
    "jurisdiction": "Oregon, USA"
  },
  "name": "Agentra\u2122",
  "network": "base_mainnet",
  "on_chain": {
    "attestation_contract": "0x6089A2023AF60a59ebbAF94212ecf557398A90F7",
    "attestation_schema_uid": "0xe1fae0da770807fc242cfda60d7739a976f10d84cde3371a00f715ff28e6ecf7",
    "chain": "Base Mainnet",
    "chain_id": 8453,
    "eas": "0x4200000000000000000000000000000000000021",
    "usdc": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  },
  "onboarding": {
    "estimated_seconds": 15,
    "flow": [
      "1. POST /agents (or MCP: agentra_create_wallet) to register and get API key",
      "2. POST /agents/{id}/kya (or MCP: agentra_verify_identity) to upgrade trust tier",
      "3. POST /v1/wallets/provision to get a Turnkey non-custodial wallet"
    ],
    "requires_human": false,
    "steps": 3
  },
  "pricing": {
    "developer": "$49/mo (5,000 auths + 2,500 lookups)",
    "free_tier": "100 authorizations + 50 trust lookups/month",
    "model": "per_usage_saas",
    "scale": "$199/mo (50,000 auths + 25,000 lookups)"
  },
  "status": "live",
  "supported": {
    "agent_frameworks": [
      "mcp",
      "openapi",
      "rest",
      "langchain",
      "crewai",
      "autogen"
    ],
    "chains": [
      "base_mainnet"
    ],
    "protocols": [
      "x402",
      "erc4337",
      "eas"
    ],
    "tokens": [
      "USDC"
    ]
  },
  "tagline": "Identity oracle and trust layer for autonomous AI agents",
  "trust_tiers": {
    "Basic": {
      "daily_usd": 5000,
      "per_tx_usd": 1000
    },
    "Enhanced": {
      "daily_usd": 100000,
      "per_tx_usd": 25000
    },
    "Standard": {
      "daily_usd": 10000,
      "per_tx_usd": 5000
    },
    "Unverified": {
      "daily_usd": 250,
      "per_tx_usd": 100
    }
  }
}