Alphayellowish
Home
Private access

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.

{{ trialRecommendation ? `Upgrade to ${trialRecommendation.short} →` : 'Upgrade →' }}

{{ 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

{{ formatNum(stats?.totals?.today_tokens || 0) }} tokens

{{ stats?.totals?.today_requests || 0 }} requests today

Lifetime

{{ formatNum(stats.totals.cached_tokens) }} cached
{{ formatNum(stats?.totals?.total_tokens || 0) }} tokens

{{ stats?.totals?.requests || 0 }} total requests

Activity · last 24 hours

{{ formatNum(last24hTokens) }} tokens · {{ last24hRequests }} requests

tokens per hour
{{ hourLabel(-23) }} {{ hourLabel(-12) }} now

Available models

Use any of these as the model field in your requests

{{ m }}
{{ modelStat(m) ? formatNum(modelStat(m).tokens) + ' tok used' : 'not used yet' }}

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 ↓
01

Install Codex CLI

npm install -g @openai/codex
02

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
03

Save your key

echo 'export AY_KEY="your-key"' >> ~/.zshrc
source ~/.zshrc
04

Run your first query

codex "write hello world in python"
Need a top-up or tier change? Email ceo@alphayellowish.com

Could not load dashboard

{{ error }}