Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for CrewFoundry.

PyPI Package

  • Package: crewfoundry-sdk

Installation

pip install crewfoundry-sdk

Repository

Usage

from crewfoundry_sdk import CrewFoundryClient

client = CrewFoundryClient(
api_key=os.getenv("CREWFOUNDRY_API_KEY")
)

Features

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