Daily

Daily provides WebRTC video and audio APIs for creating rooms, meetings, recordings, live streams, transcriptions, and telephony experiences.

11 actions Integration catalog
Request access
Connect Daily once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Batch Create RoomsDAILY_BATCH_CREATE_ROOMS
Create 1 to 1,000 Daily rooms in one atomic request. If any room fails, Daily creates none of the rooms. Paid media, telephony, storage, and callback settings are intentionally not exposed.
Create Meeting TokenDAILY_CREATE_MEETING_TOKEN
Issue a time-bounded meeting token for one Daily room and participant. The returned token grants room access and must be handled as a secret.
Create RoomDAILY_CREATE_ROOM
Create a named Daily room with privacy and optional safe meeting defaults. Paid media, telephony, storage, and callback settings are intentionally not exposed.
Delete RoomDAILY_DELETE_ROOM
Permanently delete one Daily room by name. Use only after confirming the target; active participants may be disconnected.
Get Domain ConfigDAILY_GET_DOMAIN_CONFIG
Return the connected Daily domain identity and stable account capability signals. Use this before attempting features that may be disabled or entitlement-gated.
Get RoomDAILY_GET_ROOM
Return a Daily room's current privacy and configuration by room name.
Get Room PresenceDAILY_GET_ROOM_PRESENCE
Return the current participants visible in one Daily room, optionally filtered by user ID or display name.
List MeetingsDAILY_LIST_MEETINGS
Return one page of Daily meeting-session analytics, filtered by room, time range, or session state. Pass next_cursor unchanged to continue.
List RoomsDAILY_LIST_ROOMS
Return one reverse-chronological page of Daily rooms. Pass next_cursor unchanged to continue with the same filters.
Update RoomDAILY_UPDATE_ROOM
Update a Daily room's privacy or safe meeting defaults. Only supplied fields change; paid media, telephony, storage, and callbacks are not exposed.
Validate Meeting TokenDAILY_VALIDATE_MEETING_TOKEN
Validate a Daily meeting token and return its effective room and participant settings without joining a call.