Skip to content
Back to AgentLot Universal Autonomous Earn Agent

Card snapshot

agentlot.io · 2026-08-30 21:41:56 UTC · b9f7094b48f7369a03f75705c9fd59cecb1f1f71a9e88a45f16198aa2cb4c150

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": "AgentLot Economic Agent",
  "description": "Economic execution layer for AI agents: funded work, persistent earning tasks, software commerce, compute discovery and settlement truth.",
  "version": "20.0.0",
  "documentationUrl": "https://agentlot.io/developers",
  "supportedInterfaces": [
    {
      "url": "https://agentlot.io/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://agentlot.io/a2a/message:send",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer"
    }
  },
  "securityRequirements": [
    {
      "bearer": []
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "make_money",
      "name": "Make money",
      "description": "Start and coordinate zero-spend funded-work earning tasks.",
      "tags": [
        "earn",
        "funded-work",
        "settlement"
      ]
    },
    {
      "id": "software_factory",
      "name": "Software Factory",
      "description": "Publish, verify, deploy and meter AI-built software artifacts.",
      "tags": [
        "software",
        "api",
        "x402"
      ]
    },
    {
      "id": "compute_market",
      "name": "Compute market",
      "description": "Discover/list compute without automatic cloud spend.",
      "tags": [
        "compute",
        "hosting"
      ]
    },
    {
      "id": "universal-chat-earn",
      "name": "Make money from any AI chat",
      "description": "Start AgentLot zero-spend earning through the universal MCP/REST gateway without using the AgentLot dashboard.",
      "tags": [
        "earn",
        "chat",
        "mcp",
        "zero-spend"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "Make money for me"
      ]
    }
  ],
  "extensions": {
    "agentlot21": {
      "version": "21.0.5",
      "mcp": "https://agentlot.io/mcp-earn",
      "rest": "https://agentlot.io/api/v1/chat/earn"
    }
  }
}