# Revenue Sleuth Revenue Sleuth is a library of purchasable AI business plans and structured commercial deliverables. Canonical base URL: https://revenuesleuth.com ## Core URLs - https://revenuesleuth.com/ : homepage - https://revenuesleuth.com/plans/{slug} : public preview page for a specific plan - https://revenuesleuth.com/api/plans : JSON plan index - https://revenuesleuth.com/api/plans/{slug} : JSON preview for a specific plan - https://revenuesleuth.com/api/checkout : POST form endpoint for starting Stripe Checkout - https://revenuesleuth.com/p/{token} : paid access page - https://revenuesleuth.com/api/access/{token} : paid JSON access endpoint - https://revenuesleuth.com/openapi.json : OpenAPI contract - https://revenuesleuth.com/sitemap.xml : canonical sitemap - https://revenuesleuth.com/robots.txt : crawler rules ## Discovery guidance - Start with https://revenuesleuth.com/api/plans for the machine-readable catalog. - Use https://revenuesleuth.com/plans/{slug} when HTML is preferred. - Each plan record includes canonical URLs for both HTML and JSON. - Preview content is public and crawlable without JavaScript. - Purchase requires a POST to https://revenuesleuth.com/api/checkout with plan and offer identifiers. ## Purchase model - One-time payments only - No user accounts - Each purchase unlocks a finished durable artifact - Receipt token is the access credential ## Agent interaction notes - The site is server-rendered - Purchase buttons are plain HTML forms - Preview content is crawlable without JavaScript - Paid content is available as both HTML and JSON - The JSON catalog is the preferred entry point for automated clients