bunker-fold is the official Python SDK for Bunker Longevity. A single package gives you a typed client for every model in the catalog, including BunkerFold-3, GenoScan-LLM, MolGen-7, CryoNet, ToxPredict-v2, and EpiMark.
Requirements
- Python 3.9 or later
- A Bunker Longevity API key (Authentication)
Quick install
Pick a package manager
- pip: the default Python installer.
- uv: fast, resolver-first workflow for new projects.
- Poetry: lockfile-driven dependency management.
- Docker: pre-built image with
bunker-foldand CUDA runtime.
Verify
Configure your API key
Export your key as an environment variable so the SDK picks it up automatically:Never commit API keys to source control. See Authentication for rotation and scope guidance.