adaptyv

Submit protein sequences to the Adaptyv Bio Foundry API for binding, screening, thermostability, expression, and fluorescence experiments.

4|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/shushuzn/Rairos --skill adaptyv-shushuzn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adaptyv
Source: https://github.com/shushuzn/Rairos/tree/main/skills/adaptyv
Command: npx skills add https://github.com/shushuzn/Rairos --skill adaptyv-shushuzn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Adaptyv Bio helps convert protein sequences into experimental evidence, and this Skill streamlines designing those experiments, submitting them to the Adaptyv Bio Foundry API, and retrieving results without manually coordinating endpoints and payload details.

Core Features & Use Cases

  • Experiment design and submission: Create binding, screening, thermostability, expression, and fluorescence experiments by providing targets and protein sequences, then submit them through the API lifecycle (Draft to Done).
  • Cost estimation and quote/invoice handling: Estimate assay costs, fetch quotes, confirm quotes, and track Stripe-hosted invoice/quote URLs for budgeting and approval workflows.
  • Results retrieval and tracking: Poll or fetch experiment results and analysis outputs after the assay completes, with support for status transitions and result availability (none/partial/all).

Quick Start

Use the adaptyv skill to design a PD-L1 screening experiment (BLI method) by submitting sequences to Adaptyv, then retrieve the experiment results once the 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 binding affinity assays?

To submit protein sequences for binding affinity assays, you design an experiment by providing targets and sequences, then send an authenticated request with a correct experiment_spec payload to the Adaptyv Bio Foundry API to transition the experiment from Draft to Done.

How does experiment status tracking work for submitted protein assays?

Experiment status tracking for submitted protein assays works via webhook-driven status transitions across the experiment lifecycle, allowing you to poll or fetch results and analysis outputs once the assay completes and result availability reaches all.

Can I estimate assay costs for thermostability and expression experiments before submission?

Yes, you can estimate assay costs for thermostability and expression experiments before submission by fetching quotes through the API, confirming them, and tracking Stripe-hosted invoice URLs for budgeting and approval workflows.

Do I need an ADAPTYV_API_KEY to retrieve experiment results from the Foundry API?

Yes, you need an ADAPTYV_API_KEY to retrieve experiment results from the Foundry API, as it requires authenticated requests using a Bearer token loaded from your environment or .env file to access the lifecycle endpoints.

What types of protein engineering experiments can I run through the Foundry API?

Through the Foundry API, you can run protein engineering experiments including binding affinity (BLI/SPR), screening, thermostability, expression, and fluorescence workflows by submitting amino-acid designs as paid lab assays to obtain experimental evidence.

What is the best way to turn amino-acid designs into experimental evidence?

The best way to turn amino-acid designs into experimental evidence is to use a Python SDK to design and submit experiment_spec payloads to a biofoundry API, which processes the sequences into paid lab assays and returns analysis outputs.