Quickstart
Open Tutorial Notebook Every tool follows the same pattern: create an Input, optionally configure with a Config, callrun_tool(), and get an Output with results and metadata. Config is always optional; omit it to use defaults.
Structure Prediction
Predict a protein’s 3D structure from its amino acid sequence:python
Sequence Search
Search a protein sequence against a database:python
Inverse Folding
Design new sequences that fold into a target structure:python
Batch Execution
For batch workloads, keep the model loaded across calls withToolInstance.persist():
python
Next Steps
Concepts
Understand the tool pattern, categories, and execution model
Entities
Work with Structure and Ligand data objects
Tool Persistence
Optimize batch workloads with persistent tool instances
Browse Tools
Explore individual tool documentation