Skip to main content

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:
Expected output:

Authentication

Get Your API Key

  1. Sign up at dashboard.ziet.ai
  2. Navigate to DeveloperAPI Keys
  3. Click Create API Key
  4. 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 file hello.py:
Run it:
Expected output:

Initialize a Project

Create a new Ziet project:
This creates a boilerplate structure:

Project Configuration

Edit ziet.yaml to configure your project:

System Requirements

Required: Python 3.9 or higherCheck your version:
Ziet is tested on Python 3.9, 3.10, 3.11, and 3.12.
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)
The SDK is lightweight (~5MB) and installs in seconds.
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

Solution: Ensure you’re using the correct Python environment.
If needed, reinstall:
Solution: Verify your API key is set correctly.
If empty, set it:
Solution: The CLI wasn’t added to PATH.

Next Steps

Quickstart

Build your first agent in 5 minutes

Actions

Learn about serverless actions

Agents

Build intelligent agents