KosmoKrator

productivity

Podia MCP, CLI, and Lua Integration for AI Agents

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

7 functions 7 read 0 write Bearer token auth

Podia 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
podia
route_slug
podia
package
podia
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

Podia MCP Client Matrix

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

Podia CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
podia.podia_list_products Read read 0 List all online courses and digital downloads in your Podia account. Returns product names, IDs, types, and metadata.
podia.podia_get_product Read read 1 Get detailed information about a single Podia product by its ID. Returns full product data including description, price, type (course or download), and purchase URL.
podia.podia_list_customers Read read 1 List all customers in your Podia account. Returns customer names, emails, and purchase history summaries.
podia.podia_get_customer Read read 1 Get detailed information about a single Podia customer by their ID. Returns customer status, email, and purchase details.
podia.podia_list_sales Read read 4 List sales from your Podia account. Optionally filter by product ID, date range, or page. Returns sale details including buyer info, amount, and product.
podia.podia_get_sale Read read 1 Get detailed information about a single Podia sale by its ID. Returns full sale data including buyer details, amount, product, and payment status.
podia.podia_get_current_user Read read 0 Get the profile of the currently authenticated Podia user. Useful to verify the connection and see account details.