New API and Python SDK for notebooks and pipelines

Your fastest path to bioinformatics

ProteinIQ.io lets researchers design, fold, dock, simulate, and analyze proteins directly in the browser.

The ProteinIQ workspace showing a biomolecular docking result with ranked poses

Used by researchers like you, daily. ProteinIQ helps students and scientists run structure, sequence, and ligand analysis without local setup.

Researchers
8,700+

researchers

Jobs submitted
25,000

jobs submitted

Tools available
231

tools available

Institutions
40+

institutions worldwide

Bioinformatics tools in your browser.

Use state-of-the-art folding, docking, and analysis from one platform, no installs or hardware needed.

A bioinformatics tool running in the ProteinIQ workspace

Workflows without handoffs.

Build reproducible pipelines where outputs pass between steps automatically. Re-run them or share them with your team.

A multi-step workflow in the ProteinIQ editor

One API for every run.

Submit and automate jobs programmatically. Bring ProteinIQ into your own scripts with typed clients and full documentation.

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": {}
  }'

Guidance when results arrive.

Ask what to run and read your results. The assistant recommends the right tool and explains the output in plain language.

The ProteinIQ assistant interpreting a result table

Try ProteinIQ
today, for free