code.create
Create code nodes in Circuitry's visual workflow platform by syncing project files or directly adding code content to build and organize programming workflows.
Instructions
Create a code node. Use filePath for bidirectional file sync, OR use name+content for direct creation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Absolute path to source file (enables bidirectional sync) | |
| name | No | Display name for the node | |
| content | No | Code content (used when not using filePath) | |
| position | No | Position {x, y} on canvas |