The SDK authenticates with a VectorShift API key. Generate one in the platform under Account → API Keys.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.
Set the API key
- Environment variable
- Programmatic
The SDK reads
VECTORSHIFT_API_KEY at import time. Set it once in your shell or secrets manager:Per-organization keys
If you belong to multiple organizations, generate the key from inside the org you want the SDK to act on. The key carries the org context — there’s no separate
org_id parameter.Rotating keys
Old keys keep working until you delete them, so there’s no hard cutover.
Errors
Raised when the key is missing or invalid.
Raised when the key is valid but lacks scope for the requested operation.
What’s next
Quick start
Install and verify the SDK.
Pipeline overview
Your first pipeline in five lines.
