// docs / data
Your data is never locked in.
Export the whole library as JSON on any plan (including Free) and import existing prompts in bulk.
Exporting
Export your entire library as a single JSON file from Settings (or the dashboard menu), available on every plan, including Free. There is no hostage-ware here: taking your prompts elsewhere is a supported action, not a downgrade penalty.
Each entry carries the title, description, the three content sections, visibility, current version number, and timestamps: enough to round-trip back in or move to another tool.
Importing
Bring existing prompts in as JSON (up to 50 per import, 100k characters each). Imported prompts land in a target project you choose, or an auto-created “Imported Prompts” project, and start private by default. If an import would exceed your plan limit, the ones that fit are imported and the rest are reported. Nothing fails silently.
{
"prompts": [
{
"title": "code-review",
"roleText": "You are a senior reviewer.",
"contextText": "...",
"descriptionText": "..."
}
]
}An export from PLE imports straight back; the shapes match. The exported visibility is ignored on import (everything starts private) so a re-import can never accidentally publish something.
Related
Prefer the terminal? The CLI reads the same library. Curious what a “version” contains? Versioning.