100ms Skill

Media

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for 100ms tools.

8 tools
SKILL.md

100ms
SKILL.md

Domain knowledge for 100ms — real-time audio/video streaming, rooms, recordings, templates

100ms

100ms is a real-time audio/video API for video conferencing and live streaming. Rooms are active sessions; templates define room config; recordings and analytics capture usage.

Data Model

  • Rooms are live sessions. Each has a room_id. Peers (participants) are listed per room.
  • Templates define room settings: layout, recording options, destinations. Use temp_id to reference a template.
  • Recordings are stored session captures. May take time to process after a session ends.
  • Sessions are room instances. Analytics events track join, leave, and other session activity.

Gotchas

  • room_id vs temp_id: room_id identifies an active room; temp_id identifies a template (config). Don't confuse.
  • Management token vs app token: Dashboard management token for API; app tokens are for client SDKs.
  • Recordings: Processing is async. Check status in the response before assuming availability.

Use with 100ms Bundle

This skill teaches your AI assistant domain knowledge. To actually execute 100ms API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use 100ms?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

100ms Skill - SKILL.md for Claude Code, Cursor & More