Discover
// What Discover is
Discover is the built-in marketplace. Each application can opt in to a public storefront where end-users browse and buy licenses directly. VentryShield handles checkout via Stripe; you receive payouts through your Stripe Connect account.
// Discover Settings Card
The DiscoverSettingsCard controls how your application appears on the marketplace:
- LISTPublic Listing toggle — show or hide the application from the marketplace.
- DESCCustom description shown on the listing — supports a marketing blurb separate from the internal application name.
// Discover Products Card
DiscoverProductsCard manages which licenses you sell:
- PRICESet a price per license offered.
- STOCKInventory management — how many keys are available, how many were already sold.
- HISTSales history per product.
// Payouts
Payouts require a connected Stripe Connect account. See Seller (Stripe) for the connection flow.
// Permissions
Viewing the page requires SeeDiscoverSettings or owner; editing the listing or products requires ManageDiscoverSettings.