Back to Sats4AI

Card snapshot

sats4ai.com · 2026-05-18 12:39:29 UTC · 1ee6a21281649369c9ac9bed05a49889d32051f03213151738ee5e246972326b

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": "Sats4AI",
  "description": "Bitcoin-powered AI tools marketplace. 40+ tools \u2014 image generation, video, text, music, speech (602+ languages, 3 tiers), transcription, translation (119 languages), image processing, OCR, file conversion, communication (email, SMS, phone calls, AI voice agent). Pay per request with Lightning Network. No signup, no API keys, no KYC.",
  "url": "https://sats4ai.com",
  "onion_url": "http://j5tfaz7s7osapdbry4d2wb5usyhtcvrm7kutonliqq7sjv2c47lsgoid.onion",
  "version": "2.0.0",
  "provider": {
    "organization": "Sats4AI",
    "url": "https://sats4ai.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "L402",
      "MPP"
    ],
    "description": "No API keys or accounts required. Each tool call is authenticated via Lightning micropayment. L402: pay invoice from WWW-Authenticate challenge, retry with Authorization header. MPP: IETF draft-ryan-httpauth-payment.",
    "credentials": null
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "image-generation",
      "name": "Image Generation",
      "description": "Generate and edit images from text prompts. 3 model tiers.",
      "tags": [
        "image",
        "ai",
        "generation"
      ],
      "examples": [
        "Generate a portrait of a cat in watercolor style"
      ]
    },
    {
      "id": "image-processing",
      "name": "Image Processing",
      "description": "Background removal, upscaling, face restoration, NSFW detection, object detection/removal, colorization, deblurring. 2-20 sats.",
      "tags": [
        "image",
        "processing",
        "vision"
      ],
      "examples": [
        "Remove the background from this product photo"
      ]
    },
    {
      "id": "video-generation",
      "name": "Video Generation",
      "description": "Text-to-video and image-to-video generation with audio.",
      "tags": [
        "video",
        "ai",
        "generation"
      ],
      "examples": [
        "Create a 5-second cinematic clip of a sunset"
      ]
    },
    {
      "id": "text-generation",
      "name": "Text Generation",
      "description": "Frontier LLMs for text generation, document Q&A, summarization.",
      "tags": [
        "text",
        "llm",
        "chat"
      ],
      "examples": [
        "Summarize this document in 3 bullet points"
      ]
    },
    {
      "id": "translation",
      "name": "Translation",
      "description": "Translate text across 119 languages. Auto-detects source language.",
      "tags": [
        "translation",
        "multilingual",
        "text"
      ],
      "examples": [
        "Translate this paragraph to Spanish"
      ]
    },
    {
      "id": "audio",
      "name": "Audio & Speech",
      "description": "Text-to-speech (3 tiers: OmniVoice Global 602+ langs 100 chars/sat, Inworld Premium #1 ranked TTS ELO 1217 50 chars/sat, Minimax Studio voice cloning 10 chars/sat), transcription, voice cloning, voice design, music generation. Pay with Bitcoin Lightning.",
      "tags": [
        "audio",
        "tts",
        "speech",
        "music"
      ],
      "examples": [
        "Read this article aloud in French"
      ]
    },
    {
      "id": "document",
      "name": "Document Processing",
      "description": "OCR, receipt extraction, Book to Audiobook (EPUB/PDF/TXT to M4B with chapters, 3 voice tiers, optional translation, min 500 sats), PDF merging, HTML-to-PDF. Pay with Bitcoin Lightning.",
      "tags": [
        "document",
        "ocr",
        "pdf"
      ],
      "examples": [
        "Extract text from this scanned invoice"
      ]
    },
    {
      "id": "communication",
      "name": "Communication",
      "description": "Send email, SMS, phone calls, AI voice agent calls, and fax (send + receive) to any number worldwide.",
      "tags": [
        "email",
        "sms",
        "phone",
        "voice-agent",
        "fax"
      ],
      "examples": [
        "Send an SMS to +1-555-0123 saying the meeting is confirmed",
        "Fax a signed contract to a notary"
      ]
    },
    {
      "id": "file-conversion",
      "name": "File Conversion",
      "description": "Convert files between 200+ formats.",
      "tags": [
        "file",
        "conversion",
        "format"
      ],
      "examples": [
        "Convert this DOCX to PDF"
      ]
    }
  ],
  "discovery": {
    "mcp_manifest": "https://sats4ai.com/.well-known/mcp",
    "l402_catalog": "https://sats4ai.com/.well-known/l402-services",
    "l402_discovery": "https://sats4ai.com/.well-known/l402",
    "mpp_discovery": "https://sats4ai.com/.well-known/mpp",
    "semantic_search": "https://sats4ai.com/api/discover",
    "tool_catalog": "https://sats4ai.com/api/mcp/discovery",
    "model_pricing": "https://sats4ai.com/api/l402/models",
    "llms_txt": "https://sats4ai.com/llms.txt"
  },
  "mcp": {
    "url": "https://sats4ai.com/api/mcp",
    "transport": "json-rpc",
    "npm_package": "sats4ai-mcp"
  }
}