Get Started in 15 Minutes

1. Create an Account on Humanity's Last Exam platform
2. Explore Standard Benchmarks to understand test formats
3. Obtain your API Key for programmatic access
4. Run Benchmark via API with sample code:

```python
import hle_sdk
client = hle_sdk.Client(api_key='YOUR_API_KEY')
results = client.run_benchmark('standard_logic_test')
print(results.summary())
```
Slide 6 of 12