Skip to content
Back to run.pay

Card snapshot

runpay-backend-visibility-production.up.railway.app · 2026-08-20 01:02:21 UTC · d2c699b1fceac9204717d076897bc669f170a0c3421b6fb29d109da40eba9004

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "run.pay",
  "description": "The API marketplace for AI agents. Specialized services, pay-per-call via Stripe.",
  "url": "https://getrunpay.com",
  "logo": "https://getrunpay.com/ogimage.png",
  "contact": "hello@getrunpay.com",
  "capabilities": [
    "api-marketplace",
    "pay-per-call",
    "agent-wallet",
    "stripe-payments"
  ],
  "api": {
    "openapi": "https://getrunpay.com/openapi.json",
    "base_url": "https://runpay-backend-visibility-production.up.railway.app",
    "auth": {
      "type": "header",
      "header": "x-agent-id",
      "description": "Agent wallet ID (agt_xxx). Get one free at getrunpay.com/playground"
    }
  },
  "skills": "https://getrunpay.com/skill.md",
  "llms": "https://getrunpay.com/llms.txt",
  "mcp": "https://smithery.ai/servers/runpay/marketplace",
  "pricing": {
    "model": "pay-per-call",
    "commission": "2%",
    "monthly_fee": 0,
    "free_trial": "3 calls per service"
  },
  "services_count": 206,
  "categories": [
    "AI",
    "DATA",
    "MEDIA"
  ],
  "registration": {
    "autonomous": {
      "method": "POST",
      "url": "https://runpay-backend-visibility-production.up.railway.app/api/agents/register",
      "body": {
        "agent_id": "agt_yourownrandomid (self-generated)"
      },
      "description": "No human or email required. Returns a wallet_secret once \u2014 save it. Trial calls work immediately after this; funding with real money still requires a human to attach a card via Stripe at some point."
    },
    "human_assisted": {
      "url": "https://getrunpay.com/playground",
      "description": "Enter an email, get an agent ID instantly, same trial limits."
    }
  }
}