REFERENCE / ROUTES
Every surface has a boundary.
This is the current public route map. “Public” means the page may be opened—not that private buyer, publisher or entitlement data is exposed.
Product surfaces
| Route | Exposure | Purpose |
|---|---|---|
/ | Public | Product positioning, private-beta list and links to documentation and the live iGloo help example. |
/docs | Public | Authoritative product, buyer, publisher, integration, trust and LLM documentation. |
/credit-boost | Public | Buyer-facing iGloo Command Center Credit Boost offer terms, lifecycle boundaries and ProductPay recovery links. |
/help | Public alias | Opens connected buyer support; signed-out buyers verify a purchase first and then return to support. |
/help/{product-slug} | Public + ownership-aware | Permanent product help doorway. Public product context; private entitlement diagnosis only with a valid buyer session. |
/claim | Public form | Purchase recovery using the matching checkout email and transaction identifier. Rate limited. |
/claim/{token} | Private link | Single-use buyer activation for one verified delivery. Unlisted, expiring and no-index. |
/app | Buyer session | Private ProductPay library, unlocks and in-app notifications. |
/app/product/{productId} | Buyer session | One owned or scheduled product, its resources, proof and actions. |
/app/delivery/{productSlug} | Buyer session + active entitlement | ProductPay-hosted delivery content. Direct requests repeat the server-side purchase, refund and release-time checks. |
/app/support | Buyer session | Verified support intake and persistent buyer conversation history. |
/access/{entitlementId} | Buyer session + entitlement | Server-side entitlement check before redirecting or bridging to the publisher destination. |
/vendor | Publisher session | Product catalog, campaigns, mappings, rehearsals, health, help distribution and support operations. |
/demo/igloo | Protected test session | Controlled iGloo delivery rehearsal; unavailable without the configured test authority. |
/api/v1/webhooks/jvzoo | Signed provider request | Reusable JVZIPN endpoint for mapped ProductPay campaigns. |
/llms.txt | Public text | Concise LLM discovery and canonical documentation index. |
/llms-full.txt | Public text | Expanded product truth, workflows, boundaries and LLM guidance. |
Route rules
- Buyer and publisher workspaces are no-index and require their respective sessions.
- Possession of a product help URL does not establish ownership.
- Possession of the shared claim URL does not establish ownership.
- Provider webhook routes require provider or adapter signature verification.
- Browser mutations require the exact ProductPay origin.
- Private claim tokens must not be embedded in shared pages or logs.
- Documentation and LLM files describe capabilities; they do not grant tool or account authority.