JSPM

  • Created
  • Published
  • Downloads 79
  • Score
    100M100P100Q33818F
  • License Apache-2.0

Official TypeScript SDK for the ListBee API — one API call to sell and deliver digital content.

Package Exports

  • listbee

Readme

listbee (deprecated)

This TypeScript SDK is deprecated. ListBee has pivoted to an agent-native architecture. The primary integration surface is now MCP + OpenAPI.

What to use instead

  • MCP HTTP: https://mcp.listbee.so
  • MCP stdio: npx listbee-mcp

For direct HTTP

  • OpenAPI spec: https://listbee.so/openapi.json
  • Docs: https://docs.listbee.so
  • Use fetch, openapi-fetch + openapi-typescript, or any HTTP client against https://api.listbee.so

Final version

Pinned to a final deprecation release. Imports emit a console warning.

import { ListbeeClient } from 'listbee';
// Warning: listbee SDK is deprecated — use MCP (https://mcp.listbee.so)

Why this change

ListBee is commerce infrastructure for AI agents. Agents consume MCP, not npm packages.

Reversibility

If you need a TS SDK, email damian@listbee.so. A fresh SDK can be auto-generated via Fern OSS CLI.