What this builds. A purely-deterministic pipeline that joins an input string with a literalDocumentation Index
Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
Use this file to discover all available pages before exploring further.
"hello", then truncates the combined text via TextFormatterNode.
You’ll end up with. A re-saved pipeline (fetched by id) wired as input_1 → combine_1 → text_formatter_1 → output_1.
Expected output
This script doesn’t print anything — success is signalled by the twopipeline.save() calls completing without an exception. Inspect the saved pipeline in the dashboard to verify the wiring.
See also
Create-list pipeline
Build a list inside a pipeline.
Read-JSON pipeline
Parse a JSON string and extract named keys.
Pipeline reference
Full method surface.
