§.Import & export

Supported import / export formats

Markdown, Anthropic JSON, OpenAI JSON, raw text, and the Prompt Assay bundle: when to use each.

Updated 2026-04-13 · By Jon Lasley
FormatExtensionBest forMetadata captured
Markdown.mdDocs-style round-trip: write your prompts in an editor you already use and import.Title from H1, content as body. No versions, no tags, no fragments.
Anthropic JSON.jsonIngesting prompts from an Anthropic console export or the Messages API system + messages format.System + user turns. No versions.
OpenAI JSON.jsonIngesting ChatCompletion-style message arrays.Role-tagged messages. No versions.
Raw text.txtPlain-text prompts with no structure. Fallback.Content only.
Prompt Assay bundle.jsonFull-fidelity backup and restore, including versions, tags, fragments, and metadata.Versions, tags, fragments, prompt type, target model, intent. Folder placement is not included. Re-imported prompts land at the root.
Bundle = backup
Only the Prompt Assay bundle format preserves version history and fragment references. If you export as Markdown / Anthropic JSON / OpenAI JSON you get the current working copy and nothing else.