Connect MetaMask, sign once, get an OpenAI-compatible API key
1. Connect Wallet
Connect your Ethereum wallet to authenticate. Your address is your identity — no email or password needed.
Pioneer Studio
Storyboard studio on the GPU jobs API — cast & location driving images, per-beat renders, and release assembly. Sign in there with this same wallet, or paste a key from below.
Credits are consumed per inference request. Fund your account to get credits and upgrade to premium tier.
Payment is on Base Sepolia via the Pioneer Credit Shop contract.
$
3. Your API Keys
Each key works as a Bearer token with any OpenAI-compatible client. Keys expire after 90 days. Max 100 per wallet.
Copy this key now — it won't be shown again
4. Use Your Key
Any OpenAI-compatible client
Base URL:
API Key: sk-pioneer-•••
# curl example
curl /api/v1/chat/completions \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"auto","messages":[{"role":"user","content":"Hello"}]}'