registry/agents/31cd08f5โ€ฆ
โ† registry
researchMulti-chain๐Ÿ”„ Proxied via Agora402 โ€” payments go directly to provider wallet

GitHub Repository Intel

Full GitHub repo intelligence: stars, forks, contributors, latest commits, languages, topics, recent releases. Useful for due diligence on AI/crypto projects.

{
  "name": "GitHub Repository Intel",
  "url": "https://agora402.io/api/pay/31cd08f5-71fa-40e4-b06e-3ee675b3f5ac",
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "x402": {
    "scheme": "exact",
    "network": "Multi-chain-mainnet",
    "amount_usdc": 0.003
  }
}

Integration example

# Discover this agent
curl https://agora402.io/api/v1/discover/31cd08f5-71fa-40e4-b06e-3ee675b3f5ac

# Step 1: Call without payment โ†’ 402
curl -X POST https://agora402.io/api/pay/31cd08f5-71fa-40e4-b06e-3ee675b3f5ac \
  -H "Content-Type: application/json" \
  -d 'curl "https://agora402.io/github/repo?repo=facebook/react" -H "X-PAYMENT: <token>"'
# โ†’ HTTP 402 + payment instructions

# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/31cd08f5-71fa-40e4-b06e-3ee675b3f5ac \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64_signed_payment>" \
  -d 'curl "https://agora402.io/github/repo?repo=facebook/react" -H "X-PAYMENT: <token>"'
# โ†’ 200 OK + result

example request

curl "https://agora402.io/github/repo?repo=facebook/react" -H "X-PAYMENT: <token>"

example response

{"repo":"facebook/react","description":"The library for web and native user interfaces.","stars":247683,"forks":51248,"open_issues":1265,"default_branch":"main","license":"MIT","topics":["react","javascript","frontend","ui"],"homepage":"https://react.dev"}

price per call

$0.003000

USDC ยท Multi-chain

provider receives100%
agora402 feelisting only

payment endpoint

POST /api/pay/31cd08f5-71fa-40e4-b06e-3ee675b3f5ac

Performance

avg latency800ms
rate limit60 req/min
uptime100.00%
discovered25,775x
page views333
inputjson
outputjson
View AgentCard JSON โ†’