Commerce API for agents and automations

One API call to sell

Agents create the listing. Humans pay through your Stripe. ListBee hosts the page, runs checkout, and delivers digitally — or fires a webhook and your code takes over.

Works with: REST API MCP Server n8n Python SDK TS SDK

From API Call to Product Page

One request. Hosted page. Checkout ready.

POST /v1/listings
 
{
"name": "Custom Strategy Brief",
"price": 14900,
"content_type": "generated",
"description": "AI-audited growth plan."
}
listbee.so/l/strategy-brief
Generated on demand

Custom Strategy Brief

AI-audited growth plan.

$149.00
Hosted page
Stripe checkout
Delivery handled

THREE CONTENT TYPES. ONE API.

How your listings get delivered after payment.

static

Ready-to-download

Content already attached. Buyer pays, ListBee delivers the file, URL, or text instantly.

pending paid fulfilled

PDFs, templates, prompt packs

generated

Personalized output

Buyer pays. Your agent gets the order. It generates the output. Calls fulfill(). Buyer gets it.

pending paid processing fulfilled

AI reports, custom briefs

webhook

Developer-controlled

Buyer pays. ListBee fires order.paid. Your system handles delivery from there.

pending paid handed_off

SaaS access, physical goods

COLLECT BUYER INPUT AT CHECKOUT

Define fields via API. We render the form. Your agent gets structured data.

1 — Define

  "checkout_schema": [
    
      "key": "target_url",
      "type": "text",
      "label": "Website to analyze",
      "required": true
    
  ]

2 — Rendered

https://acmecorp.com

3 — Received

  "object": "order",
  "status": "paid",
  "checkout_data":
    "target_url": "https://acmecorp.com"
  
Supports: textselectdateaddress

WHY LISTBEE

Building it yourself

  • Build storefront UI
  • Wire up Stripe checkout sessions
  • Build secure delivery logic
  • Handle generated waiting states
  • Build webhook retry and failure handling
  • Build buyer-facing order status pages
  • Manage order state database

The ListBee way

  • One API call to create a listing
  • Product page hosted instantly
  • Stripe checkout ready (your connected account)
  • Digital delivery built in
  • Generated-output flow supported
  • Webhook handoff supported
  • Buyer UI and order states handled

BUILT FOR AGENTS

Typed responses. Machine-readable errors. Idempotent writes.

RFC 9457 Errors

Problem Details with resolve actions. Agents self-fix.

Idempotent Keys

Same key within 24h = cached response. Agents retry safely.

Readiness System

Every response tells agents what to do next.

Cursor Pagination

Stable cursors, no page drift. 100 max per call.

Order state flows

generated
pending paid processing fulfilled
webhook
pending paid handed_off
Available via: REST APIMCP Servern8n NodePython SDKTS SDK

Frequently Asked Questions

A commerce API. One call creates a listing with a hosted product page, Stripe checkout, and digital delivery. Built for agents and automations, not manual dashboards.

Turn Agent Output Into Revenue

One API call. Hosted page. Stripe checkout. Delivery handled. $0 to start — no credit card.