productivity
Whereby MCP, CLI, and Lua Integration for AI Agents
Whereby integration docs for AI agents: MCP gateway setup, Whereby CLI commands, Lua API reference, credentials, and function schemas.Whereby 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 |
|---|---|---|---|
whereby.whereby_list_rooms | Read read | 2 | List Whereby rooms with optional pagination and filtering. |
whereby.whereby_get_room | Read read | 1 | Get detailed information about a specific Whereby room, including meeting URL, configuration, and host details. |
whereby.whereby_create_room | Write write | 5 | Create a new Whereby video meeting room with optional configuration such as room mode, time limits, and participant settings. |
whereby.whereby_delete_room | Write write | 1 | Delete a Whereby room by its name. This action is permanent and cannot be undone. |
whereby.whereby_list_meetings | Read read | 5 | List past Whereby meetings with optional pagination and date filtering. |
whereby.whereby_get_meeting | Read read | 1 | Get detailed information about a specific past Whereby meeting, including participants, duration, and recording status. |
whereby.whereby_get_current_user | Read read | 0 | Get the profile information of the currently authenticated Whereby user, including account details and plan information. |