Install the SDK
Install Ziet using pip:Recommended: Use a virtual environment to isolate dependencies.
Install the CLI
The Ziet CLI is included with the SDK. Verify installation:Authentication
Get Your API Key
- Sign up at dashboard.ziet.ai
- Navigate to Developer → API Keys
- Click Create API Key
- Copy your key (starts with
ziet_)
Set Your API Key
Never commit your API key to version control. Add
.env to your .gitignore.Verify Installation
Create a test filehello.py:
Initialize a Project
Create a new Ziet project:Project Configuration
Editziet.yaml to configure your project:
System Requirements
Python Version
Python Version
Required: Python 3.9 or higherCheck your version:Ziet is tested on Python 3.9, 3.10, 3.11, and 3.12.
Dependencies
Dependencies
Ziet has minimal dependencies and installs everything needed:
- No external databases required
- No Redis, Celery, or message queues
- No Docker (unless you want to use it)
Operating Systems
Operating Systems
Ziet works on:
- macOS: 10.15 (Catalina) or later
- Linux: Ubuntu 20.04+, Debian 10+, CentOS 8+
- Windows: Windows 10/11 (via WSL2 recommended)
Troubleshooting
ImportError: No module named 'ziet'
ImportError: No module named 'ziet'
Solution: Ensure you’re using the correct Python environment.If needed, reinstall:
Authentication Error: Invalid API Key
Authentication Error: Invalid API Key
Solution: Verify your API key is set correctly.If empty, set it:
ziet: command not found
ziet: command not found
Solution: The CLI wasn’t added to PATH.