When to use link metadata
- Customer and account context — attach customer name, account ID, team, or tenant details so every recording captured through the link carries that context automatically.
- Reusable links with consistent metadata — for reusable links shared across help docs, macros, or templates, metadata stays the same across all recordings captured through that link.
- No developer access needed — support teams can add structured metadata from the dashboard without waiting for developers to configure the SDK.
- Metadata before the recording — link metadata is set when the link is created or edited, before any recording happens. This is useful when you want context attached upfront rather than at runtime.
Adding metadata to a link
Link metadata is available in the edit link flow. To add metadata, first create your link,
then edit it.
Open the edit link modal
From the Links page, find the link you want to update and click Edit.
Expand Advanced Options
Click Show Advanced Options at the bottom of the edit modal to reveal additional settings.
Open Link Metadata
Click the Link Metadata field. This opens a dedicated view for managing key-value pairs.

Add key-value pairs
Click Add field to add a new entry. Enter a key name and its value. You can add up to 7 pairs per link.

Constraints
| Constraint | Limit |
|---|---|
| Maximum key-value pairs per link | 7 |
| Key max length | 256 characters |
| Key allowed characters | Letters, numbers, hyphens, underscores (a-zA-Z0-9_-) |
| Value max length | 1,024 characters |
| Value allowed characters | Any text |
Related articles
- Link Reference — attach a single free-form reference to a link.
- Metadata SDK — attach metadata to recordings programmatically via the SDK.
- Managing Recording Links — browse, filter, and manage links from the dashboard.
- Reusable Recording Links — use reusable links with consistent metadata across recordings.