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
Search by keyword, tag, visible text, alt text, or joke context to find a public meme.
Read the post detail endpoint to understand the meme: summary, alt text, visible text, and joke explanation.
Read the formats endpoint and choose Reddit, Markdown, BBCode, iframe, oEmbed, or direct image output.
Reuse first-party mysaas.lol links instead of raw assets so attribution stays intact.
Discovery
llms.txt
A short discovery surface that tells agents what mysaas.lol is and where the machine-friendly interfaces live.
https://mysaas.lol/llms.txt
Discovery
llms-full.txt
Long-form guidance with suggested workflows, endpoint examples, and attribution rules.
https://mysaas.lol/llms-full.txt
Discovery
OpenAPI
A stable public contract for search, post detail, visual text fields, tags, and share-format retrieval.
https://mysaas.lol/openapi/agent-v1.json
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=launchBase 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.