Skip to main content

Requirements

  • Python 3.11 or higher
  • pip or uv package manager

Installation

Using pip

Using uv

Using Poetry

Development Version

Install the latest development version from GitHub:

Configuration

API Key Setup

Set your API key as an environment variable:
Or in a .env file:

Initialize the Client

Verify Installation

Test your installation:

Dependencies

The SDK includes these core dependencies:
  • polars: DataFrame operations
  • httpx: Async HTTP client
  • pydantic: Data validation
  • websockets: Real-time updates

Environment-Specific Setup

Local Development

Production

Testing

Troubleshooting

Ensure the package is installed:
If not listed, reinstall:
Verify your API key:
Ensure it’s set correctly in your environment.
Check the API endpoint:

Next Steps

Quickstart

Build your first workflow

API Reference

Complete SDK reference