name: copy
is_enable: false
label: 复制API Key
'on': record_only
visible: true
type: amis_button
amis_schema: |-
  {
    "type": "service",
    "body": [
      {
        "label": "${'CustomAction.api_keys.copy' | t}",
        "type": "button",
        "actionType": "copy",
        "content": "${api_key}"
      }
    ]
  }