adaptyv

Submit protein experiments and retrieve results via the Adaptyv Foundry API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Researchers need a streamlined way to interact with Adaptyv Foundry API and Python SDK to design, submit, and retrieve results for protein experiments, avoiding manual lab coordination and repetitive tasks.

Core Features & Use Cases

  • Provide programmatic access to create experiments, submit for processing, and fetch results via the Foundry API or the Python SDK.
  • Supports common workflows: target discovery, experiment_type selection (binding, thermostability, expression, fluorescence), sequence submission, and results retrieval.
  • Use Case: A researcher automates a batch of protein designs by submitting sequences and retrieving results for analysis in a notebook.

Quick Start

Install the Adaptyv Foundry SDK, set up your API key, and create a simple experiment using the client.

Frequently Asked Questions about adaptyv

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

FAQPage Schema
How do I automate protein experiment design and submission to a biofoundry?

You can automate protein experiment design by using the Adaptyv Foundry API and Python SDK to programmatically create experiments, submit sequences, and retrieve results without manual lab coordination. This streamlines end-to-end workflows for binding and thermostability assays.

What types of protein assays can I run through the Adaptyv Foundry API?

Through the Adaptyv Foundry API, you can run binding, thermostability, expression, and fluorescence assays. It provides endpoints to specify experiment types, submit target sequences, and fetch the corresponding experimental results.

How do I authenticate API requests for protein experiments?

You authenticate API requests for protein experiments by setting up the ADAPTYV_API_KEY environment variable or using a configuration file. This credential validates your access to Adaptyv Foundry endpoints for targets, experiments, and sequences.

Can I retrieve quotes and tokens for biofoundry experiments using the Python SDK?

Yes, you can retrieve quotes and tokens using the Python SDK. The Adaptyv Foundry API defines specific endpoints for quotes and tokens, allowing you to manage experiment costs and authenticate sessions programmatically.

What is the best way to manage target selection for protein experiments programmatically?

The best way to manage target selection is by using the Adaptyv Foundry API endpoints to discover and specify targets. You can then link these targets to your desired experiment types and submit the corresponding sequences via the Python SDK.