Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for Workspaces.

PyPI Package

  • Package: workspaces-sdk

Installation

pip install workspaces-sdk

Repository

Usage

from workspaces_sdk import WorkspacesClient

client = WorkspacesClient(
api_key=os.getenv("WORKSPACES_API_KEY")
)

Features

  • Async/await support
  • Type hints
  • GraphQL client
  • Authentication helpers