Before you start
- The node package archive on disk.
- A team you belong to. Any member can upload.
- Decide on a
package_namefor the bundle. Workflows reference packages by this name — pick something stable.
Upload
- Open Custom Nodes in the sidebar.
- Click Upload node.
- Pick the archive.
-
Fill in the metadata:
- Click Upload. The dashboard uploads the archive and registers the package.
- The new node appears in the list with its version badge.
Update an existing package
Two paths:- Reupload — from the node’s row, replace the archive. The package name stays the same; the contents update. Useful for shipping a fix without bumping the version. Tasks already running on an agent finish with the version they started with.
- Edit — change display name, version, pip requirements, or status without touching the archive.
Edit or delete
- Edit — display name, version, pip requirements, status.
- Delete — removes the record. Tasks already running finish with the version they started with.
How packages reach agents
Same model as custom files: an agent with matching labels and a task that references the package downloads it on first need, caches it, and reuses it after that.Related
- Custom nodes — concept.
- Models — same pattern for model files.
- Workflows — where packages are referenced.
