Prerequisites: Python 3.10+ and a VectorShift account. If you haven’t installed yet, see Installation.
Run your first pipeline
Pick where you’re writing code — the pipeline you build is identical in each, and shows up in the platform editor either way.- Local
- Google Colab
- Replit
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.
Building with AI
Want ChatGPT or Claude to build a pipeline, agent, knowledge base, or table for you? Paste this prompt first, then describe what you want — it points the model at the SDK docs andllms.txt so it follows the documented patterns.
