adaptyv

Submit protein sequences to Adaptyv Bio Foundry and retrieve assay results.

Updated May 24, 2026
One-click install
npx skills add https://github.com/Estrella-231/Mathematical_modeling_tongmeng --skill adaptyv-estrella-231
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adaptyv
Source: https://github.com/Estrella-231/Mathematical_modeling_tongmeng/tree/main/.agents/skills/adaptyv
Command: npx skills add https://github.com/Estrella-231/Mathematical_modeling_tongmeng --skill adaptyv-estrella-231

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires adaptyv-sdk, and includes references (resource) components.

What problem does it solve?

This Skill helps you design, submit, and track protein experiment runs in Adaptyv Bio Foundry so you can obtain binding and stability assay results without manually managing lab operations.

Core Features & Use Cases

  • Protein experiment submission: Create experiments for affinity/screening and submit them through the Foundry API or Python SDK.
  • Assay selection & payload building: Choose assay types and methods (e.g., BLI or SPR for affinity/screening) and attach sequences with replicates.
  • Result retrieval & status tracking: Poll or use webhooks to follow lifecycle transitions and fetch completed results.
  • Use Case: You have two candidate binder sequences and want a binding screen against a specific target using BLI, then retrieve the KD/kon/koff summaries once the run is done.

Quick Start

Tell the AI to design and submit an Adaptyv screening (BLI) experiment for a target like EGFR using the sequences you provide, then retrieve results when the experiment status reaches Done.

Frequently Asked Questions about adaptyv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I submit protein sequences for cloud binding assays?

You can submit protein sequences for cloud binding assays by using the Foundry API or Python SDK to create an experiment, attach your sequences with replicates, and send the payload. The Skill handles the submission and retrieves the resulting assay data for analysis.

Can I use webhooks to track the lifecycle of an Adaptyv Bio Foundry experiment?

Yes, you can use webhooks to track the lifecycle of an Adaptyv Bio Foundry experiment. The Skill supports optional webhooks alongside lifecycle polling to monitor status transitions and automatically fetch completed results when the run reaches Done.

Do I need an API key to run BLI or SPR screening experiments?

Yes, you need an API key to run BLI or SPR screening experiments. Bearer-token authentication via ADAPTYV_API_KEY is required, along with the correct API base URL and experiment_spec payload fields to safely create, submit, and get results.

What's the best way to retrieve KD, kon, and koff summaries from a binding screen?

The best way to retrieve KD, kon, and koff summaries from a binding screen is to submit your candidate binder sequences through the Python SDK and poll the experiment status. Once the run completes, the Skill fetches the resulting binding affinity data for analysis.

Does the Adaptyv Bio Foundry API support thermostability and fluorescence assays?

Yes, the Adaptyv Bio Foundry API supports thermostability and fluorescence assays. In addition to BLI and SPR binding affinity or screening workflows, you can submit experiment requests for thermostability, expression, and fluorescence measurements.

Why is my protein experiment submission not working through the Foundry API?

Your protein experiment submission might not be working due to an incorrect API base URL or missing experiment_spec payload fields. Ensure your ADAPTYV_API_KEY Bearer token is valid and you are using the adaptyv-sdk or FoundryClient to safely create and submit the experiment.