New API and Python SDKExplore

The tools & workflows

for bioinformatics

research

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

Join 10,000+ of the world's most ambitious researchers advancing life science.

Browse all tools
Folding
Design
Docking
Simulation
Alignment
Screening
Analysis
Utilities
Researchers at work today
Researchers10,000+Jobs submitted25,000Tools available234Institutions worldwide40+

Bioinformatics tools in your browser.Run every core analysis without local installs or hardware.

A bioinformatics tool running in the ProteinIQ workspace

Workflows without handoffs.Connect tools into reproducible, traceable pipelines.

A multi-step workflow in the ProteinIQ editor

One API for every run.Submit jobs from code with typed clients and consistent responses.

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.Choose the right method and understand every result.

The ProteinIQ assistant interpreting a result table

The research platform built for discovery