OpenAPI spec

The ListBee API is fully described by an OpenAPI 3.1 specification. Use it to auto-generate clients, import into API tools, or feed directly to AI agents.


Download

FormatURL
OpenAPI 3.1 (JSON)api.listbee.so/openapi.json
llms.txtapi.listbee.so/llms.txt

What uses the spec

The OpenAPI spec is the single source of truth for all ListBee clients and tools:

  • MCP server — tools are derived from the spec via fastapi-mcp
  • SDKs — type definitions and method signatures derived from the spec
  • API reference — auto-generated by Fern from the spec
  • Postman / Insomnia — import the JSON URL directly
  • AI agents — feed the spec URL or llms.txt to any LLM for full API context

llms.txt

The llms.txt file is a condensed, plain-text summary of the API designed for LLM consumption. It includes endpoint descriptions, parameter types, and example payloads in a format optimized for context windows.


Next steps

  • API reference — browse the full endpoint documentation.
  • MCP server — connect the spec-powered MCP tools to your AI assistant.

Copy for AI assistants

Cursor / Claude Code
1# ListBee — OpenAPI spec and machine-readable docs
2#
3# OpenAPI 3.1 spec: https://api.listbee.so/openapi.json
4# llms.txt: https://api.listbee.so/llms.txt
5#
6# The spec powers: MCP server, Python SDK, n8n node, API reference docs
7# Import into Postman/Insomnia via the JSON URL
8# Feed to any LLM for full API context
9#
10# Docs: https://docs.listbee.so/openapi