Install the 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.
0:00 / 0:00
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.
Next Steps
Install Support for Industrial Cameras
Install optional extras for IDS, Intel RealSense, Zivid, and other vendor cameras.
Next →
