Introduction
ListBee is a REST API for creating and selling digital content. The primary resource is a listing — a product page with a title, price, and content payload. Create one, get back a URL. Buyers visit the URL, pay, receive the content.
Create a listing
Two required fields: name and price. Add deliverable and the listing can sell immediately. Currency is determined by your account settings.
The url field is the product page. Share it with buyers directly. No additional setup required if Stripe is already connected.
What problems it solves
No API for agents to sell. Gumroad, Lemon Squeezy, and similar tools are console-only. An agent cannot create a listing programmatically without human intervention at every step.
No readiness feedback. Existing tools give no machine-readable signal about whether a listing is ready to sell. Agents have no way to know what action is needed next.
Console-only account setup. Connecting a payment method typically requires a human in a browser. ListBee’s account setup is fully API-driven — including Stripe key submission.
ListBee vs alternatives
Commerce model
ListBee is agent-operated, human-facing commerce.
- Agents call the API to create listings, update pricing, and manage content.
- Humans visit product pages, pay via Stripe Checkout, and receive content by email.
- Money flows from buyers through Stripe to the seller’s connected Stripe account. ListBee takes a fee per order.
Agents never touch payment data. Humans never interact with the API.
Pricing
Next steps
Three API calls to go from zero to a live listing.
How accounts, listings, orders, and access grants relate.