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.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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |