Agentic skills for calibration and advancement of AI-generated protein designs, without managing infrastructure.
Design
Upload binder candidates generated by any tool — RFDiffusion, BoltzGen, or your own model — via the web interface, CLI, or Claude Code.
Score
Run scoring models on Dyno cloud GPUs to evaluate each design.
Filter
Shortlist and rank candidates against experimentally calibrated filters.
Advance
Move shortlisted designs to synthesis, hand off to the wet lab, or share with collaborators.
Two ways to use Dyno Phi — pick the interface that fits your workflow. Both submit jobs to the same filtering pipeline and share the same datasets.
# Requires Python ≥ 3.9
uv tool install dyno-phiNew to uv? docs.astral.sh/uv — use uv tool install to make phi available globally without activating a virtualenv.
# Get key at design.dynotx.com → Settings
export DYNO_API_KEY="your_key_here"# Example files and tutorial
phi tutorialDownloads example datasets and walks you through the full filtering pipeline with real data.
# Upload binder PDB / FASTA files
phi upload ./designs/
# Run filter pipeline
phi filter --preset default --wait
# View ranked scores
phi scoresState is cached in .phi-state.json — after phi upload, subsequent commands pick up the active dataset automatically. Full CLI reference →