+| netlist_text | `str | None` | `None` | Netlist as a string. Mutually exclusive with `netlist_path`. |
+| netlist_path | `str | None` | `None` | Path to a `.cir`, `.net`, `.sp`, `.spice`, or `.asc` file on disk. |
+| title | `str` | `"Untitled Circuit"` | Notebook title, shown in the listing and intro cell. |
+| description | `str | None` | `None` | Circuit description, rendered in the intro markdown cell. |
+| tags | `list[str] | None` | `None` | Tags for categorization and search (e.g. `["filter", "audio"]`). |
+| run | `bool` | `False` | If `True`, SpiceBook runs the simulation immediately on publish. |
+
+