Sign in
Paste the API key your administrator shared.
Stored locally in your browser — never transmitted to us.
{{ error }}
Need access? Email ceo@alphayellowish.com
Free trial · {{ trialExpiryText }}
Based on your usage so far ({{ formatNum(stats?.totals?.total_tokens || 0) }} tokens), your workflow matches the {{ trialRecommendation.label }} plan. Reply to upgrade and we'll send custom pricing.
Use both models freely — we'll recommend the right plan based on your usage.
{{ info.key_alias || 'Your account' }}
{{ tier }}{{ info.metadata.company }} · Renews {{ resetCountdown }} · {{ formatDate(info.budget_reset_at) }}
Usage · 5h window
{{ quotaStatusLabel }}Window resets {{ quotaResetText }}
Your tier handles your typical workflow comfortably. If you see "Limit approaching", pace your requests or come back after reset.
Today
{{ stats?.totals?.today_requests || 0 }} requests today
Lifetime
{{ formatNum(stats.totals.cached_tokens) }} cached{{ stats?.totals?.requests || 0 }} total requests
Activity · last 24 hours
{{ formatNum(last24hTokens) }} tokens · {{ last24hRequests }} requests
Available models
Use any of these as the model field in your requests
{{ m }}
Your API key
{{ revealKey ? apiKey : maskedKey }}
Treat this key like a password. Anyone with it can spend from your budget. To rotate, contact your admin.
Recent activity
Showing {{ logs.length }} of {{ stats?.totals?.requests || logs.length }}
No requests yet.
Your first call will appear here within seconds.
| Time | Model | Tokens | Cached | Latency | Cost |
|---|---|---|---|---|---|
| {{ formatTime(log.time) }} | {{ log.model }} | {{ formatNum(log.total_tokens) }} | {{ log.cached_tokens > 0 ? formatNum(log.cached_tokens) : '—' }} | {{ log.duration_ms }}ms | ${{ log.spend.toFixed(4) }} |
Setup instructions
First time? Get from key to first call in 60 seconds.
Expand ↓
Setup instructions
First time? Get from key to first call in 60 seconds.
Install Codex CLI
npm install -g @openai/codex
Configure
mkdir -p ~/.codex && cat > ~/.codex/config.toml <<EOF
model = "gpt-5.5"
model_provider = "alphayellowish"
[model_providers.alphayellowish]
name = "AlphaYellowish"
base_url = "https://app.alphayellowish.com/v1"
env_key = "AY_KEY"
wire_api = "responses"
EOF
Save your key
echo 'export AY_KEY="your-key"' >> ~/.zshrc
source ~/.zshrc
Run your first query
codex "write hello world in python"
Could not load dashboard
{{ error }}