Copy Prompt

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

Surfaces
google-apps-script-webmcp-apps
Live preview
Describe what you'd like to create.
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": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →