Install + auth
Two packages cover the same wire contract — requests for sync code, httpx for asyncio. Pick whichever your service already uses. The API key comes from /dashboard/settings/api-keys and is bound to one of your domains.
# Sync client (requests)
pip install requests
# Async client (httpx) — same wire contract, non-blocking
pip install httpx