Skip to content
Back to Solvela

Card snapshot

api.solvela.ai · 2026-06-15 18:26:14 UTC · 768ae384802a9304df069ea6500317ed8ffff27dcd0ac0f45ec2a56234ceb203

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": "Solvela",
  "description": "Solana-native AI agent payment gateway \u2014 pay for LLM API calls with USDC-SPL via x402",
  "url": "https://api.solvela.ai",
  "version": "0.1.0",
  "protocolVersion": "0.3.0",
  "preferredTransport": "JSONRPC",
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "description": "AP2 merchant for AI agent LLM payments",
        "required": true,
        "params": {
          "roles": [
            "merchant"
          ]
        }
      },
      {
        "uri": "https://github.com/google-a2a/a2a-x402/v0.1",
        "description": "x402 on-chain settlement via Solana USDC-SPL",
        "required": true,
        "params": {
          "network": "solana",
          "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
          "schemes": [
            "exact",
            "escrow"
          ]
        }
      }
    ]
  },
  "skills": [
    {
      "id": "chat-completion",
      "name": "Chat Completion",
      "description": "Proxy AI chat completions to multiple LLM providers (OpenAI, Anthropic, Google, xAI, DeepSeek)",
      "tags": [
        "llm",
        "chat",
        "completions",
        "ai",
        "x402"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ]
}