Skip to main content
Get your first prediction from a Bunker Longevity model in under five minutes. This guide uses BunkerFold-3 for protein structure prediction, but the same flow works for every model in the catalog.
1

Install the SDK

Install the bunker-fold Python package, which ships a typed client for every Bunker Longevity model.
See Installation for uv and poetry alternatives.
2

Get an API key

Sign in at bunkerbio.com and generate a key from your Bunker Longevity account settings. Treat it like a password.See Authentication for full details on scopes and rotation.
3

Deploy the model

Deploy a model instance so it is ready to accept inference requests.
4

Run inference

Send an amino acid sequence and get a predicted 3D structure back.
5

Inspect the response

You get back a confidence score, per-residue coordinates, and timing.
Response

Next steps