Skip to main content
DocsWidgetsWidget Key

Widget Key

Each widget has a unique key that identifies it. The key prefix tells you the widget type.

PrefixWidget TypeExample
tw_Text widgettw_abc123def456

Important

Widget keys are public (they're embedded in your HTML). They are not secrets. Security is enforced via domain whitelisting and single-use session tokens.

Widget Key