Skip to content
Back to Gonka Cost Optimizer

Card snapshot

a2a.gogonka.com · 2026-06-07 11:10:44 UTC · f5b884d5112716532743c7d420791136269f2bd71690a37351c0b1a94055e9fd

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.

{
  "agent_id": "gonka-cost-optimizer-v1",
  "name": "Gonka Cost Optimizer",
  "version": "1.1.0",
  "description": "Register new users on Gonka Network, analyze LLM costs, show 7000x+ savings vs OpenAI. Includes live inference testing and price comparison.",
  "logo": "https://gogonka.com/favicon.svg",
  "icon": "https://a2a.gogonka.com/static/img/gonka-logo.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "cost_analysis",
      "name": "Cost Analysis & Recommendations",
      "description": "Analyze user's LLM spending and calculate exact savings switching to Gonka Network (7000x+ cheaper than OpenAI)",
      "tags": [
        "pricing",
        "cost-optimization",
        "llm"
      ]
    },
    {
      "id": "register_user",
      "name": "Register User on Gonka",
      "description": "Register new user on Gonka Network, get API key, run inference test",
      "tags": [
        "registration",
        "api-key",
        "inference"
      ]
    }
  ],
  "url": "https://a2a.gogonka.com",
  "endpoints": {
    "messages": "https://a2a.gogonka.com/messages",
    "tasks": "https://a2a.gogonka.com/tasks",
    "call": "https://a2a.gogonka.com/agent/call",
    "status": "https://a2a.gogonka.com/agent/status",
    "capability_card": "https://a2a.gogonka.com/agent/capability-card"
  },
  "protocol": "A2A",
  "authentication": "none",
  "rate_limit": "100 calls/hour per IP",
  "timeout_seconds": 15,
  "supported_languages": [
    "en",
    "ru",
    "zh"
  ],
  "tags": [
    "pricing",
    "registration",
    "cost-optimization",
    "llm",
    "api"
  ],
  "metadata": {
    "referral_code": "Z6LGXVNP",
    "bonus_usd": 0.05,
    "commission_rate": 0.25,
    "maintainer": "https://github.com/bystray/a2a-gonka-agent"
  }
}