tamarind
Access a collection of open-source molecular design and structural biology tools on the Tamarind Bio platform, via its REST API or MCP server — no local GPUs required. Tamarind bundles popular open-source models for structure prediction (AlphaFold, Boltz, Chai, ESMFold), protein, binder, and de novo design (RFdiffusion, ProteinMPNN, BoltzGen), antibody and nanobody design and developability, protein-ligand docking (DiffDock, Autodock Vina), binding-affinity prediction, MSA generation, and molecular dynamics. Use when the user mentions Tamarind or tamarind.bio, wants to run any of these open-source tools in the cloud, references app.tamarind.bio/api or the x-api-key header, or needs to submit batches of sequences for structural or biophysical characterization.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Tamarind Bio — Cloud-Based Molecular Design and Structure Prediction Platform
Skills Overview
Tamarind Bio is a cloud computing biology platform that provides API access to open-source tools for protein structure prediction, molecular design, antibody development, and more. Advanced models such as AlphaFold, Boltz-2, and Chai-1 can run without local GPUs.
Use Cases
Core Features
Frequently Asked Questions
Is Tamarind Bio free?
Tamarind Bio provides each user with 10 free job credits, which can be used to try out the platform’s features. For larger-scale usage, contact the Tamarind Bio team to purchase a subscription.
How do I get a Tamarind API key?
Go to app.tamarind.bio, register an account, and create an API key in Account Settings or API Settings. After obtaining the key, set it as the environment variable
TAMARIND_API_KEY, or pass it via the x-api-key request header on each API call.Which protein structure prediction models does Tamarind support?
The platform supports multiple mainstream protein structure prediction models, including AlphaFold (AF2), Boltz-2, Chai-1, and ESMFold/ESMFold2. These models fit different scenarios: AlphaFold supports monomer and multimer prediction; Boltz-2 and Chai-1 support protein–small-molecule complexes; ESMFold provides fast single-sequence prediction. You can view the complete tool list via the
/tools endpoint or MCP getAvailableTools.Can I submit protein design tasks in batches?
Yes. Tamarind provides the
/submit-batch endpoint and the MCP submitBatch tool, allowing you to submit up to 100 jobs of the same type at once. This is useful for batch screening of sequences, high-throughput structural characterization, or parallel design tasks. Batch jobs create a parent job; you need to monitor the batchStatus state to wait for all child jobs to complete and for results to be aggregated.Does Tamarind require a local GPU?
No. Tamarind is a cloud platform, and all compute tasks run on hosted GPUs. Users only need to submit tasks via the REST API or an MCP server, without configuring local hardware environments. This enables researchers without GPU resources to use state-of-the-art computational biology tools.
How do I call the Tamarind API in Python?
Tamarind has no official Python SDK, so you must use the
requests library to call the REST API directly. The basic workflow is: set the x-api-key request header, call /tools to discover available tools, get the parameter schema for the chosen tool, submit tasks via /submit-job or /submit-batch, poll the /jobs endpoint to monitor status, and finally download results via /result. For a detailed example, refer to the platform’s OpenAPI specification (app.tamarind.bio/openapi.yaml).Does Tamarind support antibody and nanobody design?
Yes. The platform provides dedicated antibody and nanobody design tools, including sequence generation, humanization, developability assessment, immunogenicity prediction, and more. Users can use these tools to optimize antibody engineering candidates and evaluate the physicochemical and biological properties of potential drug molecules.
What tools are used for protein–ligand docking?
Tamarind integrates molecular docking tools such as DiffDock and AutoDock Vina. DiffDock is deep-learning-based and is suitable for fast virtual screening. AutoDock Vina is a classic docking tool, suitable for more detailed docking studies. In addition, structure prediction models such as Boltz-2 and Chai-1 also support co-folding prediction for protein–small-molecule complexes, allowing simultaneous prediction of ligand binding sites and protein conformational changes.