Python SDK
Using the Pipekit Python SDK
Install
pip install pipekit-sdkAuthenticate
pipekit login # one-time, opens browser for SSO or prompts for password
pipekit hera # prints a token to stdoutfrom pipekit_sdk.service import PipekitService
pipekit = PipekitService(token="<token>")import os
from pipekit_sdk.service import PipekitService
pipekit = PipekitService(token=os.environ["PIPEKIT_TOKEN"])Submit a Workflow
List Runs
Stop, terminate, or restart a Run
Stream logs
CronWorkflows
What's next
Last updated