Register a custom node after uploading
Confirms a custom node package upload and creates the metadata record.
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Headers
UUID of the team to scope the request to. Used by dual-auth endpoints (runtime + scoped management):
- JWT callers MUST send it — a user may belong to multiple teams and the runtime cannot otherwise know which one to operate on. Missing header → 400.
- Credential callers (
sk-,dk-) can omit it because the team is derived from the credential row itself. Any value sent is ignored.
"019abc12-4567-7890-abcd-ef1234567891"
Body
Confirm node package upload and register metadata.
Human-readable name for the custom node.
1 - 255"Impact Pack"
Directory name under custom_nodes/ (unique per team). Alphanumeric, hyphens, underscores, dots only.
1 - 100^[a-zA-Z0-9][a-zA-Z0-9._-]{0,99}$"ComfyUI-Impact-Pack"
S3 object key returned from the presign endpoint.
File size in bytes.
SHA-256 hex digest (prefixed with sha256:).
Version tag of the custom node package.
50"4.2.0"
Extra pip dependencies beyond the node's own requirements.txt (one package per line). The agent auto-detects and installs requirements.txt from the zip; this field is for additional packages only. Leave empty or omit if not needed.
"opencv-python>=4.8\nultralytics>=8.0"
Response
Node created
UUID of the created or updated resource.
"019abc12-3456-7890-abcd-ef1234567890"
