Save / Load
Notebooks are saved and loaded directly on your device — nothing is sent to the server.
Save
- Chrome / Edge: Opens a "Save As" dialog to choose folder and filename.
- Firefox / Safari: Downloads the file to your default Downloads folder. Move it manually if needed.
Open
- All browsers: Opens a file picker. Select any
.curlpfile to load it.
File Format
Notebooks are saved as plain text .curlp files.
Each cell is wrapped in ```curl blocks. Notes are stored in <!-- --> comments.
Cells
- Add Cell — creates a new cURL cell.
- Run All — executes all cells in order.
- Run (per cell) — executes that cell only.
- Add note / Edit note — attach a text note to any cell (collapsible).
- Delete — removes the cell.
Notes
- Only
curlcommands are allowed (must start withcurl). - Command execution has a 30-second timeout.
- JSON responses are automatically pretty-printed with syntax highlighting.