This folder contains runnable scripts that show common SDK workflows.
- Python 3.8+
pip install -r requirements.txtrun frombundleup-sdk-python/BUNDLEUP_API_KEYset in your environment
For examples that use a connected integration, also set:
BUNDLEUP_CONNECTION_ID
From bundleup-sdk-python/:
python examples/basic_usage.py
python examples/proxy_api.py
python examples/unify_api.pybasic_usage.py— initialize the SDK and list connections, integrations, and webhooksproxy_api.py— send a GET request through the Proxy APIunify_api.py— call Unify Chat, Git, and PM endpoints