Advanced Installation
Free TierEvery new account starts on a free tier with credits to call the SDK — no billing details required.Create API key →
1
Telekinesis Agent
Install the Tzara VS Code extension and connect it to your Telekinesis and Anthropic API keys.
Install Tzara →2
Vendor Camera Extras
Install optional extras for IDS, Intel RealSense, Zivid, and other vendor cameras.
View extras →Telekinesis Agent
Tzara is the Telekinesis Physical AI Agent for VS Code. It turns natural-language instructions into robot code using your Telekinesis skills. Install it once and start building physical AI applications from your editor.
Tzara installation walkthrough.
Install the VS Code extension
- Open the Extensions view (
Ctrl+Shift+Xon Windows/Linux,Cmd+Shift+Xon macOS). - Search for Tzara by Telekinesis.
- Click Install.
Generate your API keys
| Key | Where to get it |
|---|---|
TELEKINESIS_API_KEY | platform.telekinesis.ai/api-keys |
ANTHROPIC_API_KEY | console.anthropic.com/settings/keys |
Set the API keys
powershell
setx ANTHROPIC_API_KEY "<your_key>"
$env:ANTHROPIC_API_KEY="<your_key>"
# Verify
echo $env:ANTHROPIC_API_KEYbash
echo 'export ANTHROPIC_API_KEY="<your_key>"' >> ~/.bashrc && source ~/.bashrc
# Verify
echo $ANTHROPIC_API_KEYzsh
echo 'export ANTHROPIC_API_KEY="<your_key>"' >> ~/.zshrc && source ~/.zshrc
# Verify
echo $ANTHROPIC_API_KEYfish
echo 'set -gx ANTHROPIC_API_KEY "<your_key>"' >> ~/.config/fish/config.fish && source ~/.config/fish/config.fish
# Verify
echo $ANTHROPIC_API_KEYKey not printing?
Close all VS Code windows, restart VS Code, and open a fresh terminal.
Run Tzara
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P). - Type
Tzaraand select Tzara: Open Chat. - Send a quick
Hi Tzara!. A reply confirms Tzara is live.
TIP
The Tzara icon lives in the top-right of VS Code. Click it any time to reopen the chat.
Vendor Camera Extras
Make sure you have completed the Quickstart before installing camera extras — the base telekinesis-ai SDK must be installed first.
USB webcams work out of the box. For vendor cameras, install the matching extra.
| Camera | Extra |
|---|---|
| IDS (2D) | pip install "telekinesis-ai[medulla-ids]" |
| Intel RealSense (RGB-D) | pip install "telekinesis-ai[medulla-realsense]" |
| Zivid (3D) | pip install "telekinesis-ai[medulla-zivid]" |
Next Steps
Explore the Docs
Skills
Vision, 3D, hardware, and robotics skills — the full API reference.
Agents
Turn natural-language instructions into robot code with Tzara, the VS Code agent.
Data Engine
Generate and manage synthetic datasets for training Physical AI models.
BabyROS
Lightweight pub/sub and service primitives for building robot communication layers.
Applications
Real-world use cases: pick-and-place, palletizing, quality inspection, and more.



