For Agents

Give your AI a stable way to find, understand, and package SaaS memes.

mysaas.lol is not just a gallery. It is a machine-readable layer for finding public SaaS memes, understanding the joke, reading visible image text, and retrieving the right distribution format for Reddit, forums, CMS, and share flows.

Agent Workflow

1

Search by keyword, tag, visible text, alt text, or joke context to find a public meme.

2

Read the post detail endpoint to understand the meme: summary, alt text, visible text, and joke explanation.

3

Read the formats endpoint and choose Reddit, Markdown, BBCode, iframe, oEmbed, or direct image output.

4

Reuse first-party mysaas.lol links instead of raw assets so attribution stays intact.

Public Contract

Read-only and distribution-first by default

V1 is intentionally public read-only. Agents can search, inspect, and retrieve the right format without touching moderation, analytics, or raw assets. Search matches titles, tags, visible OCR text, visual alt text, and joke explanations.

GET /api/agent/v1/posts?q=debugging&tag=code&sort=trendingGET /api/agent/v1/posts/when-debugging-in-productionGET /api/agent/v1/formats/when-debugging-in-productionGET /api/agent/v1/tags?q=launch

Base URL: https://mysaas.lol/api/agent/v1

Meme Understanding

Separate visual description from joke context

Use alt_text when generating HTML, visible_text when you need the words inside the meme, and explain_the_joke when the agent needs to understand why the meme works.

{
  "slug": "scare-me",
  "title": "Scare me",
  "summary": "Short explanation for humans and agents.",
  "alt_text": "Visual description suitable for an image alt attribute.",
  "explain_the_joke": "Why the meme is funny or what comparison it implies.",
  "visible_text": "Text transcribed from the image",
  "preview_image_url": "https://mysaas.lol/i/scare-me?surface=direct_image",
  "share_formats_url": "https://mysaas.lol/api/agent/v1/formats/scare-me"
}

Attribution

If an agent embeds or links a meme, it should reuse the mysaas.lol share formats rather than copying the raw asset URL. This keeps branding, attribution, and tracking intact.

Recommended attribution string: via mysaas.lol