Copy Prompt

Monospace copyable text block — ideal for sharing Gemini prompts or code

Surfaces
apps-script-web
Fields
FieldType
promptstring (text to display and copy, alias: text, content)required
labelstring (optional, header label)optional
accentstring (optional, hex)optional
Example payload
{
  "type": "copy_prompt",
  "prompt": "Describe what you'd like to create."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:copy_prompt",
  "displayName": "Copy Prompt",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/copy_prompt",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Monospace copyable text block \u2014 ideal for sharing Gemini prompts or code",
  "representativeQueries": [
    "show a copyable monospace prompt/code block",
    "monospace copyable text block \u2014 ideal for sharing gemini prompts or code",
    "render a copy prompt"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →