Quick Start

Start using Om in minutes

Make your first authenticated Om API call, score OnePot molecules with Wallet Credits, order Data Generation by Data Generation Slot, checkout, or invoice, research therapeutic targets, and launch model workflows.

Five ways to start using Om

Start with a fast hello-world call, then move into molecule scoring, Data Generation, model jobs, and TBXT deep research. Each flow maps to the current Om SDK and public Om API.

Onboarding

Hello world: verify your API key

Make one authenticated call, verify your API key, and confirm the Om API is reachable before launching model or diligence workflows.

  • Fastest way to confirm your API key is live.
  • Health check only; does not launch a paid workflow.
  • After verification, use Mendel, Om MCP, the Python SDK, or direct Om API calls with the same API key.
from omtx import OmClient

client = OmClient(api_key="YOUR_API_KEY")

health = client.status()

print("API key works.")
print(health)

Need a protein-specific model?

Browse account-accessible protein-specific models for targets your account generated or licensed. Use LULA-1 in Models for broad scoring and Generated Data in Data Generation for qualifying orders.

Browse Generated Models

Want research and models in one place?

Use Diligence to pressure-test targets, then launch structure prediction, docking, or design workflows in Models with the same Om account and Wallet Credits.