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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Podia CLIHeadless setup and direct function calls. Podia MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Podia MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Podia.
Claude Code Podia MCP setup for Claude Code. Cursor Podia MCP setup for Cursor. Codex Podia MCP setup for Codex. OpenAI Agents Podia MCP setup for OpenAI Agents SDK. Claude Agent SDK Podia MCP setup for Claude Agent SDK. Vercel AI SDK Podia MCP setup for Vercel AI SDK. LangChain Podia MCP setup for LangChain. LangGraph Podia MCP setup for LangGraph. CrewAI Podia MCP setup for CrewAI. MCP clients Podia MCP setup for Generic MCP Clients.
Podia CLI Matrix
Use these pages for direct Podia CLI workflows in scripts, CI, cron, and agent wrappers.
CI Podia CLI for CI. Cron Jobs Podia CLI for cron jobs. Shell Scripts Podia CLI for shell scripts. Headless Automation Podia CLI for headless automation. Coding Agents Podia CLI for coding agents.
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. |