Copy prompts as JSON
Click Copy JSON to copy the current prompt catalog to your clipboard. The copied payload uses this shape:Load prompts from JSON
Click Load JSON, paste a prompt payload, and click Import Prompts. The importer accepts either the wrapped object above or a bare array of prompt objects. It also acceptsrequiresAttachments and isActive for compatibility with camelCase exports.
Loading JSON replaces the project’s current prompt list:
- Prompts with matching
namevalues are updated. - New
namevalues are created. - Current prompts missing from the imported JSON are deleted from the prompt list.
name and template. Duplicate prompt names are rejected before import starts.