Skip to content

Copytext

A read-only value with a one-click copy button — ideal for API keys, webhook URLs, generated tokens, or IDs.

{{ forms.copytextField({
    label: "API key",
    value: plugin.apiKey,
    readonly: true,
}) }}