LIVE
Let your users test
protein designs in a real lab
Close the loop between computational design and experimental validation. Submit sequences via API, get binding data back, and iterate — all programmatically.
Used by
01
Create an Experiment
POST/experimentsPick an assay type, select a target protein, add your sequences, and submit.
5 sequences loaded
| Name | Sequence | |
|---|---|---|
| VHH-01 | ||
| VHH-02 | ||
| VHH-03 | ||
| VHH-04 | ||
| VHH-05 |
Estimated cost
Assay (5 seq × $99.00)$495.00
Materials (5 seq × $17.49)$87.45
Total$582.45
POSThttps://agents.adaptyvbio.com/v1/experiments
{
"experiment_spec": {
"experiment_type": "screening",
"target_id": "comp-egfr-human",
"sequences": {
"VHH-01": "EVQLVESGGGLVQPGGSLRLSCAASGFTFSNYAMSWVRQAPGKGLEWVSAISGSGGS…",
"VHH-02": "EVQLVESGGGLVQPGGSLRLSCAASGRTFSSYPMHWVRQAPGKGLEWVSYISPSGGF…",
"VHH-03": "EVQLVESGGGLVQPGGSLRLSCAASGFTFDDYAISWVRQAPGKGLEWVSGISWNSGS…",
"VHH-04": "EVQLVESGGGLVQPGGSLRLSCAASGFTFSRYWIGWVRQAPGKGLEWVSEINQSGST…",
"VHH-05": "EVQLVESGGGLVQPGGSLRLSCAASGSIFSINAMIWVRQAPGKGLEWVSHISPDGSE…"
},
"n_replicates": 1
}
}02
Browse Target Proteins
GET/targetsChoose from our catalog of thousands of targets — search by gene, organism, or protein family.
No targets found
GEThttps://agents.adaptyvbio.com/v1/targets?search=&selfservice_only=true
No request body
03
Track Progress
GET/experiments/{id}/updatesSubscribe to experiment updates via API or webhooks. Watch a complete experiment lifecycle unfold in real time.
200 OK
GEThttps://agents.adaptyvbio.com/v1/experiments/019d4a2b…/updates
{
"items": [
{
"id": "upd-01",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"type": "status_change",
"title": "Experiment created",
"content": "Your experiment ABS-001-042 has been created with 20 sequ…",
"status": "draft",
"timestamp": "2026-04-01T18:10:19.369Z"
}
],
"total": 1,
"has_more": true
}04
View Results
GET/experiments/{id}/resultsRetrieve binding data programmatically. 20 VHH sequences screened against HER2 with full kinetic data.
10⁻¹⁰
10⁻⁹
10⁻⁸
10⁻⁷
10⁻⁶
01
02
03
04
05
06
07
08
09
10
Ctrl
11
12
13
14
15
16
17
18
19
KD (M) — lower = stronger binding
Data Package
https://s3.amazonaws.com/adaptyv-foundry-results/ABS-001-042/data-package.zip
200 OK
GEThttps://agents.adaptyvbio.com/v1/experiments/019d4a2b…/results
{
"items": [
{
"id": "seq-01",
"sequence_id": "seq-01",
"sequence_name": "VHH-01",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 8.1e-10,
"kd_units": "M",
"kon": 2400000,
"koff": 0.0019,
"binding_strength": "strong",
"r_squared": 0.999,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-02",
"sequence_id": "seq-02",
"sequence_name": "VHH-02",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 1.7e-9,
"kd_units": "M",
"kon": 1900000,
"koff": 0.0032,
"binding_strength": "strong",
"r_squared": 0.998,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-03",
"sequence_id": "seq-03",
"sequence_name": "VHH-03",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 3.8e-9,
"kd_units": "M",
"kon": 1200000,
"koff": 0.0046,
"binding_strength": "strong",
"r_squared": 0.997,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-04",
"sequence_id": "seq-04",
"sequence_name": "VHH-04",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 4.3e-9,
"kd_units": "M",
"kon": 1000000,
"koff": 0.0043,
"binding_strength": "strong",
"r_squared": 0.996,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-05",
"sequence_id": "seq-05",
"sequence_name": "VHH-05",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 9.7e-9,
"kd_units": "M",
"kon": 580000,
"koff": 0.0056,
"binding_strength": "medium",
"r_squared": 0.994,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-06",
"sequence_id": "seq-06",
"sequence_name": "VHH-06",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 1.1e-8,
"kd_units": "M",
"kon": 510000,
"koff": 0.0056,
"binding_strength": "medium",
"r_squared": 0.993,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-07",
"sequence_id": "seq-07",
"sequence_name": "VHH-07",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 2.4e-8,
"kd_units": "M",
"kon": 290000,
"koff": 0.007,
"binding_strength": "medium",
"r_squared": 0.991,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-08",
"sequence_id": "seq-08",
"sequence_name": "VHH-08",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 5.6e-8,
"kd_units": "M",
"kon": 180000,
"koff": 0.01,
"binding_strength": "medium",
"r_squared": 0.988,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-09",
"sequence_id": "seq-09",
"sequence_name": "VHH-09",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 6.4e-8,
"kd_units": "M",
"kon": 160000,
"koff": 0.01,
"binding_strength": "weak",
"r_squared": 0.982,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-10",
"sequence_id": "seq-10",
"sequence_name": "VHH-10",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 1.4e-7,
"kd_units": "M",
"kon": 78000,
"koff": 0.011,
"binding_strength": "weak",
"r_squared": 0.978,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-ctrl",
"sequence_id": "seq-ctrl",
"sequence_name": "Ctrl-Tras",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 1.56e-7,
"kd_units": "M",
"kon": 71000,
"koff": 0.011,
"binding_strength": "weak",
"r_squared": 0.975,
"n_replicates": 1,
"is_control": true
},
{
"id": "seq-11",
"sequence_id": "seq-11",
"sequence_name": "VHH-11",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 2.5e-7,
"kd_units": "M",
"kon": 44000,
"koff": 0.011,
"binding_strength": "weak",
"r_squared": 0.971,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-12",
"sequence_id": "seq-12",
"sequence_name": "VHH-12",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 7.2e-7,
"kd_units": "M",
"kon": 18000,
"koff": 0.013,
"binding_strength": "weak",
"r_squared": 0.963,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-13",
"sequence_id": "seq-13",
"sequence_name": "VHH-13",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 0.0000018,
"kd_units": "M",
"kon": 7500,
"koff": 0.014,
"binding_strength": "non_binder",
"r_squared": 0.951,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-14",
"sequence_id": "seq-14",
"sequence_name": "VHH-14",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 0.0000034,
"kd_units": "M",
"kon": 4200,
"koff": 0.014,
"binding_strength": "non_binder",
"r_squared": 0.942,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-15",
"sequence_id": "seq-15",
"sequence_name": "VHH-15",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": 0.0000059,
"kd_units": "M",
"kon": 2700,
"koff": 0.016,
"binding_strength": "non_binder",
"r_squared": 0.928,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-16",
"sequence_id": "seq-16",
"sequence_name": "VHH-16",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": null,
"kd_units": "M",
"kon": null,
"koff": null,
"binding_strength": "non_binder",
"r_squared": null,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-17",
"sequence_id": "seq-17",
"sequence_name": "VHH-17",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": null,
"kd_units": "M",
"kon": null,
"koff": null,
"binding_strength": "non_binder",
"r_squared": null,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-18",
"sequence_id": "seq-18",
"sequence_name": "VHH-18",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": null,
"kd_units": "M",
"kon": null,
"koff": null,
"binding_strength": "non_binder",
"r_squared": null,
"n_replicates": 1,
"is_control": false
},
{
"id": "seq-19",
"sequence_id": "seq-19",
"sequence_name": "VHH-19",
"target_id": "comp-her2-human",
"target_name": "HER2 / ERBB2",
"experiment_id": "019d4a2b-3c5e-7890-abcd-1234567890ab",
"experiment_code": "ABS-001-042",
"kd": null,
"kd_units": "M",
"kon": null,
"koff": null,
"binding_strength": "no_expression",
"r_squared": null,
"n_replicates": 1,
"is_control": false
}
],
"total": 20,
"count": 20,
"offset": 0,
"data_package_url": "https://s3.amazonaws.com/adaptyv-foundry-results/ABS-001-…"
}