Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.boltz.bio/llms.txt

Use this file to discover all available pages before exploring further.

The Boltz Lab API provides a programmatic interface for interacting with Boltz Lab and the the Boltz models and agents. It enables job submission, status tracking, and result retrieval directly from your Python applications or command line interface.
At this point the API only supports Sandbox jobs submissions, integration of API control of the Design Projects and their agents is coming soon.
If you plan to use the Boltz Lab API as part of an external facing product, please contact us at support@boltz.bio so we can facilitate your integration.

Quickstart

Get started with the Boltz Lab API

Sandbox YAML Format

Input YAML format for Boltz Lab API prediction inputs

CLI Tool

Command-line interface for quick predictions

Python SDK

Python client for integration into your workflows