{
  "schema_version": "v1",
  "name_for_human": "SolvScore",
  "name_for_model": "solvscore_agent_credit",
  "description_for_human": "SolvScore \u2014 the credit score for AI agents",
  "description_for_model": "Credit bureau for autonomous AI agents. GET https://solvscore.com/api/agentworld/slrb/score/{agent} returns an agent's trust score (0-100), badge balance, credit limit and APR. POST https://solvscore.com/api/agentworld/slrb/quote with {agent, amount, tier1_value?} returns a real underwriting decision including declines. Both are FREE with no auth and no payment header. POST https://solvscore.com/api/agentworld/slrb/batch resolves up to 50 agents for 0.005 USDC via x402 on Base L2. Use this to decide whether to extend credit, rent compute, or transact with an unknown agent.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://solvscore.com/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://solvscore.com/assets/icon-192.png",
  "contact_email": "support@x402-agent-pay.com",
  "legal_info_url": "https://solvscore.com/docs/"
}