KosmoKrator

productivity

Kajabi MCP, CLI, and Lua Integration for AI Agents

Kajabi integration docs for AI agents: MCP gateway setup, Kajabi CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write Bearer token auth

Kajabi for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
kajabi
route_slug
kajabi
package
kajabi
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Kajabi MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Kajabi.

Kajabi CLI Matrix

Use these pages for direct Kajabi CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
kajabi.kajabi_list_offers Read read 2 List all offers in your Kajabi account. Returns offer names, IDs, prices, and associated products.
kajabi.kajabi_get_offer Read read 1 Get detailed information about a single Kajabi offer by its ID. Returns full offer data including title, price, and associated product details.
kajabi.kajabi_list_products Read read 2 List all products (courses, coaching programs, memberships) in your Kajabi account. Returns product names, IDs, types, and metadata.
kajabi.kajabi_get_product Read read 1 Get detailed information about a single Kajabi product by its ID. Returns full product data including description, pricing, and content details.
kajabi.kajabi_list_members Read read 2 List all members in your Kajabi account. Returns member names, emails, status, and enrollment details.
kajabi.kajabi_get_member Read read 1 Get detailed information about a single Kajabi member by their ID. Returns member profile, email, status, and enrollment details.
kajabi.kajabi_get_current_user Read read 0 Get the profile of the currently authenticated Kajabi user. Useful to verify the connection and see account details.