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_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. Whereby CLIHeadless setup and direct function calls. Whereby 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.
Whereby MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Whereby.
Claude Code Whereby MCP setup for Claude Code. Cursor Whereby MCP setup for Cursor. Codex Whereby MCP setup for Codex. OpenAI Agents Whereby MCP setup for OpenAI Agents SDK. Claude Agent SDK Whereby MCP setup for Claude Agent SDK. Vercel AI SDK Whereby MCP setup for Vercel AI SDK. LangChain Whereby MCP setup for LangChain. LangGraph Whereby MCP setup for LangGraph. CrewAI Whereby MCP setup for CrewAI. MCP clients Whereby MCP setup for Generic MCP Clients.
Whereby CLI Matrix
Use these pages for direct Whereby CLI workflows in scripts, CI, cron, and agent wrappers.
CI Whereby CLI for CI. Cron Jobs Whereby CLI for cron jobs. Shell Scripts Whereby CLI for shell scripts. Headless Automation Whereby CLI for headless automation. Coding Agents Whereby CLI for coding agents.
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. |