

Run 230+ tools in your browser.
Run protein folding, protein design, molecular docking, molecular dynamics, and protein analysis in your browser, without local installs or hardware.
ProteinIQ.io lets anyone design, fold, dock, simulate, and analyze proteins & DNA directly in the browser, through API, or Python SDK.




Run protein folding, protein design, molecular docking, molecular dynamics, and protein analysis in your browser, without local installs or hardware.


Pass results between compatible tools in scientifically plausible workflows and see the total cost before the run starts.
curl -X POST https://proteiniq.io/api/v1/jobs \
-H "Authorization: Bearer $PROTEINIQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tool": "esmfold",
"name": "Lysozyme ESMFold run",
"input": {
"inputs": [{
"id": "seqs_1",
"slotId": "protein",
"kind": "protein",
"format": "fasta",
"content": ">lysozyme\nKVFGRCELAAAMKRHGLDNYRGYSLG",
"source": { "type": "text" }
}]
},
"settings": {}
}'List tools, estimate costs, submit jobs, follow progress, and download results from code.


Analyze results, troubleshoot failed runs, plan follow-up analyses, and submit jobs with your approval.