API keys
Submit strategies programmatically — from a Colab notebook, a script, or an AI agent — with convexpi.submit(...) or a direct REST call. Treat keys like passwords; the full secret is shown only once.
Active keys
Loading…
Quick start
import os os.environ["CONVEXPI_API_KEY"] = "cpk_live_…" # your key from convexpi.lab import submit submit(MyStrategy, competition="demo-fall-2026", name="My strategy") # → prints OOS Sharpe and a leaderboard link when grading finishes

