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