adaptyv

Featured

Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.

AI & Automation 2,502 stars 184 forks Updated 6 days ago Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Adaptyv Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein sequences via API or web interface and receive experimental results in approximately 21 days. ## Quick Start ### Authentication Setup Adaptyv requires API authentication. Set up your credentials: 1. Contact support@adaptyvbio.com to request API access (platform is in alpha/beta) 2. Receive your API access token 3. Set environment variable: ```bash export ADAPTYV_API_KEY="your_api_key_here" ``` Or create a `.env` file: ``` ADAPTYV_API_KEY=your_api_key_here ``` ### Installation Install the required package using uv: ```bash uv pip install requests python-dotenv ``` ### Basic Usage Submit protein sequences for testing: ```python import os import requests from dotenv import load_dotenv load_dotenv() api_key = os.getenv("ADAPTYV_API_KEY") base_url = "https://kq5jp7qj7wdqklhsxmovkzn4l40obksv.lambda-url.eu-central-1.on.aws" headers = { "Authorization": f"Bearer {api_key}", "Content-Type": "application/json" } # Submit experiment response = requests.post( f"{base_url}/experiments", headers=headers, json={ "sequences": ">protein1\nMKVLWALLGLLGAA...", "experiment_type": "binding", "webhook_url": "https://your-webhook.com/callback" } ) experiment_id = response.json()["experiment_id"] ``` ## Available Experiment Types Adaptyv supports multiple assay types: - **Binding assays** - Test protein-...

Details

Author
foryourhealth111-pixel
Repository
foryourhealth111-pixel/Vibe-Skills
Created
5 months ago
Last Updated
6 days ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

adaptyv

How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.

31,973 Updated today
K-Dense-AI
AI & Automation Listed

adaptyv

How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.

13 Updated yesterday
tassiovale
AI & Automation Featured

ginkgo-cloud-lab

Submit and manage protocols on Ginkgo Bioworks Cloud Lab (cloud.ginkgo.bio), a web-based interface for autonomous lab execution on Reconfigurable Automation Carts (RACs). Use when the user wants to run protein expression and purification (cell-free, E. coli, or Pichia), HiBiT or A280 or LabChip quantification, IVT mRNA/circRNA synthesis, thermal shift / developability assays, Echo-MS enzyme or analyte methods, SPR target onboarding, fluorescent pixel art, or otherwise interact with Ginkgo Cloud Lab services. Covers protocol selection, input preparation, pricing, and ordering workflows.

31,973 Updated today
K-Dense-AI