alterlab-adaptyv
Adaptyv
Adaptyv Bio runs the Foundry cloud lab: submit protein sequences and a target, the lab runs the assay, and you retrieve experimental data (binding/affinity, thermostability, expression, fluorescence). The public Foundry API drives the full lifecycle programmatically. Turnaround is on the order of weeks; confirm the current estimate from the per-experiment quote rather than assuming a fixed number.
The exact request/response shapes evolve. This skill captures the verified API contract and conventions; for the authoritative spec see the OpenAPI doc at
https://foundry-api-public.adaptyvbio.com/api/v1/openapi.jsonandhttps://docs.adaptyvbio.com.
Prefer the official tooling first
Adaptyv ships its own integrations - reach for them before hand-rolling requests:
- Official Python SDK —
github.com/adaptyvbio/adaptyv-sdk(MIT). Decorator-based: wrap a design function with@lab.experiment(target=...); readsADAPTYV_API_KEY/ADAPTYV_API_URL(and optionalADAPTYV_ORGANIZATION_ID) from the environment. Install from source (pip install -e .after cloning — no PyPI release confirmed; verify before pinning). - Adaptyv's own Claude Code skills —
github.com/adaptyvbio/protein-design-skills. Useful prior art for protein-design + Foundry workflows.
Use this skill's raw-requests recipes when the SDK is unavailable or you need fine control over the lifecycle.