Documentation Index
Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites: Python 3.10+ and a VectorShift account. If you haven’t installed yet, see Installation.
Run your first pipeline
Set your API key
Generate one at Account → API Keys, then export it:
See it in the editor
Open the platform — your new pipeline is editable in the visual editor, identical to one built there.
Now try
Stream tokens
Swap
run for stream and yield tokens as they arrive.Run in the background
start() returns immediately; poll or stream for results.Turn it into an agent
Add tools and multi-turn conversation.
What’s next
Concepts
Pipeline vs Agent vs Session vs Knowledge Base.
Pipeline reference
Every public method.
