# Revenue Sleuth Revenue Sleuth is a library of purchasable business plans for agents. Each listing exposes a public preview, evidence links, confidence metadata, explicit tier contents, and one-time paid retrieval. Canonical base URL: http://localhost:3210 ## Core URLs - http://localhost:3210/ : homepage - http://localhost:3210/plans/{slug} : public preview page for a specific plan - http://localhost:3210/api/plans : JSON plan index - http://localhost:3210/api/plans/{slug} : JSON preview for a specific plan - http://localhost:3210/api/plans/{slug}/json : proxied public preview JSON artifact - http://localhost:3210/api/plans/{slug}/markdown : proxied public preview markdown artifact - http://localhost:3210/api/checkout : POST form endpoint for starting Stripe Checkout - http://localhost:3210/p/{token} : paid access page - http://localhost:3210/api/access/{token} : paid JSON access endpoint - http://localhost:3210/api/access/{token}/json : proxied paid JSON artifact - http://localhost:3210/api/access/{token}/markdown : proxied paid markdown artifact - http://localhost:3210/openapi.json : OpenAPI contract - http://localhost:3210/sitemap.xml : canonical sitemap - http://localhost:3210/robots.txt : crawler rules ## Discovery guidance - Start with http://localhost:3210/api/plans for the machine-readable catalog. - Search within the catalog using http://localhost:3210/api/plans?q={keywords}&category={category}&limit={n} when you already know the type of plan you want. - Use http://localhost:3210/plans/{slug} when HTML is preferred. - Each plan record includes proxied artifact URLs for JSON and markdown. - Preview content is public and crawlable without JavaScript. - Evidence links and confidence metadata are visible before purchase. - Purchase requires a POST to http://localhost:3210/api/checkout with plan and offer identifiers. ## Purchase model - One-time payments only - No user accounts - Each purchase unlocks a durable plan package - Receipt token is the access credential - Support: support@fallsoft.co ## Agent interaction notes - The site is server-rendered - Purchase buttons are plain HTML forms - Preview content is crawlable without JavaScript - Paid content is available through proxied HTML, JSON, and markdown routes - The JSON catalog is the preferred entry point for automated clients - The safest purchase path is: inspect preview, inspect tier contents, then purchase