{
  "name": "SleepEarn Discovery Agent",
  "description": "Read-only agent for discovering SleepEarn public documentation, API metadata, and Bitfinex funding-market entry points. It does not execute account, lending bot, billing, support, notification, or admin actions.",
  "supportedInterfaces": [
    {
      "url": "https://sleep-earn.com/api/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "url": "https://sleep-earn.com/",
    "organization": "SleepEarn"
  },
  "version": "1.0.0",
  "documentationUrl": "https://sleep-earn.com/docs/api",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "sleepearn-public-discovery",
      "name": "SleepEarn public resource discovery",
      "description": "Returns canonical links for SleepEarn agent metadata, public documentation, API descriptions, and public market-data entry points.",
      "tags": ["discovery", "documentation", "api", "bitfinex", "funding-market"],
      "examples": [
        "Where are SleepEarn's agent discovery resources?",
        "Show me the public SleepEarn API description.",
        "Where can I find public Bitfinex funding-market data?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "sleepearn-payment-discovery",
      "name": "SleepEarn payment capability discovery",
      "description": "Explains SleepEarn's authenticated human-present subscription checkout and the boundary that x402, MPP, UCP, ACP, and AP2 are not currently supported.",
      "tags": ["discovery", "payments", "subscriptions", "nowpayments", "usdt"],
      "examples": [
        "How can I purchase a SleepEarn subscription?",
        "Does SleepEarn support x402 or UCP checkout?",
        "Which USDT networks can be used for subscription payment?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "iconUrl": "https://sleep-earn.com/favicon.png"
}
