Monospace copyable text block — ideal for sharing Gemini prompts or code
| Field | Type | |
|---|---|---|
| prompt | string (text to display and copy, alias: text, content) | required |
| label | string (optional, header label) | optional |
| accent | string (optional, hex) | optional |
{
"type": "copy_prompt",
"prompt": "Describe what you'd like to create."
}
{
"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"
]
}
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 →