For Agents
Give your AI a stable way to find and package SaaS memes.
mysaas.lol is not just a gallery. It is a machine-readable layer for finding public SaaS memes, understanding their context, and retrieving the right distribution format for Reddit, forums, CMS, and share flows.
Agent Workflow
Search by keyword or tag to find a public meme.
Read the post detail endpoint to get title, summary, tags, and canonical URL.
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, 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.
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
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.