{
  "name": "Tang Tard Meme Factory",
  "description": "AI-powered meme editor with open API and CLI. No auth required.",
  "url": "https://smoothbrain.app",
  "version": "4.20.69.34",
  "api": {
    "type": "openapi",
    "url": "https://smoothbrain.app/openapi.json"
  },
  "docs": {
    "agents": "https://smoothbrain.app/AGENTS.md",
    "llms": "https://smoothbrain.app/llms.txt",
    "openapi": "https://smoothbrain.app/openapi.json",
    "howToUse": "https://smoothbrain.app/how-to-use"
  },
  "skills": {
    "claude-code": "https://smoothbrain.app/skills/claude-code.md",
    "cursor": "https://smoothbrain.app/skills/cursor.mdc",
    "generic": "https://smoothbrain.app/skills/tard-memes.md"
  },
  "capabilities": [
    "meme-editor",
    "template-search",
    "ai-captions",
    "ai-image-generation",
    "svg-meme-rendering",
    "cli"
  ],
  "endpoints": [
    { "method": "GET", "path": "/api/v1/health", "description": "Health check + discovery" },
    { "method": "GET", "path": "/api/v1/templates", "description": "Search meme templates" },
    { "method": "GET", "path": "/api/v1/templates/:id", "description": "Template details" },
    { "method": "POST", "path": "/api/v1/memes/render", "description": "Generate editor URL" },
    { "method": "POST", "path": "/api/v1/memes/render-image", "description": "Render meme as SVG image" },
    { "method": "POST", "path": "/api/v1/memes/caption", "description": "AI captions (BYOK)" },
    { "method": "POST", "path": "/api/v1/memes/imagine", "description": "AI image generation (BYOK)" },
    { "method": "POST", "path": "/api/v1/memes/auto", "description": "Full pipeline (BYOK)" }
  ],
  "auth": "none",
  "rateLimit": "per-IP, see endpoint docs",
  "cli": "npx tard-memes --help"
}
