← All tools
Antibody design · Binder design · Protein Design

mBER

Design VHH (nanobody) binders against a target by backprop through AlphaFold-Multimer.

Runs mBER (Manifold Binder Engineering and Refinement) through its mber-vhh command-line tool, which designs VHH binders with the ColabDesign backpropagation loop against a target structure, optionally steered onto named hotspots, and keeps every trajectory that clears its iPTM and pLDDT filters. scFv design is not exposed by this CLI in the open-source release.

Input

Configure a small job

POST
Comma-separated if the target is bound across more than one chain, for example A,B.
Comma-separated target residues, for example A56,A57. Empty lets mBER bind anywhere on the target.
The run stops once this many trajectories have passed the iPTM/pLDDT filters.
Upper bound on attempts if num_accepted is never reached.
Ready
Response

JSON result

{
  "status": "Ready for a request"
}