What is the Cyberwave Python SDK?
The Cyberwave Python SDK provides a powerful, easy-to-use interface for controlling robots, running simulations, and managing digital twins programmatically. Perfect for automation, testing, and advanced robotics applications.Robot Control
Direct robot manipulation
Simulation
Run automated simulations
Data Analytics
Collect and analyze data
Installation
Cyberwave is in Private BetaTo get started, sign up for our Private Beta and get a token!
Join the Cyberwave Private Beta
We’re inviting a select group of pioneers to test Cyberwave in both virtual and real-world environments. Apply now to secure your spot.
Requirements: - Python 3.11 or higher - API token (generated from your
Profile page after getting Private Beta access)
Quick Start Example
Make your robot go BRRRRRRR:Stream Video
Install the additional dependencies for camera streaming:Authentication & Setup
Get your API token from the Cyberwave dashboard and configure authentication:1
Generate Token
Go to Dashboard → Profile → API Tokens to generate your token
2
Set Environment Variable
Set your token as an environment variable:
bash export CYBERWAVE_API_TOKEN=your_token 3
Initialize Client
The SDK will automatically use the environment variable