Quick Start

Score a target. Order hits. Launch the next round.

Bring a protein sequence, run LULA, spend Wallet Credits on selected molecules, and keep the next model round moving from the same Om account.

Five concrete ways to launch work

Start with an API-key check, then score Om Accessible Space, order molecules, create Generated Data when you need it, launch models, or run target diligence. 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 target-specific data?

Review Generated Data for targets your account ordered, then use LULA scoring and Om models for the next score, fine-tune, or validation round.

Open Generated Data

Want research and models in one place?

Use Diligence to pressure-test a target, then launch structure prediction, docking, or design jobs with the same Om account and Wallet Credits.