KosmoKrator

communication

Daily.co MCP, CLI, and Lua Integration for AI Agents

Daily.co integration docs for AI agents: MCP gateway setup, Daily.co CLI commands, Lua API reference, credentials, and function schemas.

7 functions 5 read 2 write API key auth

Daily.co 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
daily-co
route_slug
daily-co
package
daily-co
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Daily.co MCP Client Matrix

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

Daily.co CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
daily-co.daily_co_list_rooms Read read 3 List video rooms from Daily.co. Returns a paginated list of rooms with their names, URLs, privacy settings, and creation dates.
daily-co.daily_co_get_room Read read 1 Get details of a specific Daily.co room by name, including its URL, privacy setting, configuration properties, and participant limits.
daily-co.daily_co_create_room Write write 3 Create a new Daily.co video room. Specify a room name and optional properties like privacy mode, max participants, and recording settings.
daily-co.daily_co_delete_room Write write 1 Delete a Daily.co video room by name. This permanently removes the room and it cannot be rejoined.
daily-co.daily_co_list_meetings Read read 4 List meetings from Daily.co with optional filters. Supports filtering by room, time range, and cursor-based pagination.
daily-co.daily_co_get_meeting Read read 1 Get details of a specific Daily.co meeting by ID, including participant information, duration, and session data.
daily-co.daily_co_list_recordings Read read 4 List recordings from Daily.co with optional filters. Supports filtering by room, time range, and cursor-based pagination.