alterlab-adaptyv

Installation
SKILL.md

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.json and https://docs.adaptyvbio.com.

Prefer the official tooling first

Adaptyv ships its own integrations - reach for them before hand-rolling requests:

  • Official Python SDKgithub.com/adaptyvbio/adaptyv-sdk (MIT). Decorator-based: wrap a design function with @lab.experiment(target=...); reads ADAPTYV_API_KEY / ADAPTYV_API_URL (and optional ADAPTYV_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 skillsgithub.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.

Quick Start

Authentication Setup

Installs
57
GitHub Stars
61
First Seen
Apr 12, 2026
alterlab-adaptyv — alterlab-ieu/alterlab-academic-skills