productivity
Appetize MCP, CLI, and Lua Integration for AI Agents
Appetize integration docs for AI agents: MCP gateway setup, Appetize CLI commands, Lua API reference, credentials, and function schemas.Appetize 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 |
|---|---|---|---|
appetize.appetize_list_apps | Read read | 0 | List Appetize apps with pagination. |
appetize.appetize_list_all_apps | Read read | 0 | List all Appetize apps without pagination. |
appetize.appetize_get_app | Read read | 0 | Get one app or app group by public key. |
appetize.appetize_create_app | Write write | 0 | Create a new Appetize app from a public URL. |
appetize.appetize_update_app | Write write | 0 | Update an app build or settings. |
appetize.appetize_delete_app | Write write | 0 | Delete one Appetize app. |
appetize.appetize_get_usage_summary | Read read | 0 | Get account usage summary. |
appetize.appetize_list_devices | Read read | 0 | List supported Appetize devices and OS versions. |
appetize.appetize_api_get | Read read | 0 | Call a safe relative Appetize GET path. |
appetize.appetize_api_post | Write write | 0 | Call a safe relative Appetize POST path. |
appetize.appetize_api_delete | Write write | 0 | Call a safe relative Appetize DELETE path. |