§.Import & export

Supported import / export formats

Markdown, Anthropic JSON, OpenAI JSON, raw text, and the PromptAssay bundle — when to use each.

Updated 2026-04-13
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.
PromptAssay 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 PromptAssay 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.