KosmoKrator

communication

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.

7 functions 5 read 2 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
whereby
route_slug
whereby
package
whereby
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

Whereby MCP Client Matrix

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

Whereby CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
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.