1. Open the sign-up page
Go to console.bytespike.ai/sign-up. You can sign up two ways:- Email + password
- Continue with Google
Fill in:
- Email — receives the verification code and notifications
- Password — at least 12 characters, including a number + symbol
- Invite code — ByteSpike is invite-only during the current phase. Ask an existing user for a code (format:
BS-XXXX-XXXX). - Verification code — sent to your email after you click Send code
- Captcha — Turnstile widget; just check the box
2. Verify your email (if you used email + password)
If you went the email route, you’ll see averifying email… banner
the first time you land on the dashboard. Email verification is
required before you can create API keys; if it doesn’t auto-complete,
hit Resend on the banner.
3. Top up trial credits
New accounts get a small trial allowance. To do real work you need to top up the org wallet:- Sidebar → Billing
- Pick a top-up amount (1,250 max per transaction)
- Pay via Stripe (cards / Apple Pay / Google Pay)
4. Create your first API key
Sidebar → API keys → Create key. You’ll be asked for:- Name — anything memorable, e.g.
dev-laptop - Routing group — pick one.
claude-defaultfor Claude models,gemini-defaultfor Gemini, ordefaultto route everything. Each key reaches one group; create separate keys for other groups. See Models.
sk-byts-…) shows up once after submit. Copy
it — store it in your password manager or secrets store. If you lose
it, you can either reveal again from the same page or rotate the key
to get a fresh secret.
→ Walkthrough: Configure your client
5. Verify
X-Quota-Remaining-Credits
header showing your wallet minus a few credits. If you get
401 invalid x-api-key, double-check the key value. If you get
402 insufficient_balance, top up some credits.
Common questions
I don't have an invite code
I don't have an invite code
ByteSpike is currently invite-gated. Ask an existing user for
one (each account can mint a small number from
console.bytespike.ai/affiliate),
or email support@bytespike.ai
explaining your use case.
Can I sign up multiple accounts on one email?
Can I sign up multiple accounts on one email?
No — emails are unique. If you want separate billing for
different projects, the right shape is one account with multiple
keys (one per project / environment), each with its own quota +
rate-limit caps.
Do I need a credit card to sign up?
Do I need a credit card to sign up?
No — trial credits are issued automatically. A card (via Stripe)
is only needed once you want to top up beyond the trial.
Can I delete my account later?
Can I delete my account later?
Yes. Account → Settings → Delete account does an immediate
soft-delete; the data is purged after a 30-day grace period.
Outstanding balance is non-refundable but can be transferred to
another ByteSpike account on request via support.
Next
Top up credits
The $5+ flow + bonus ladder.
Configure your client
Point Claude Code / Codex / Cursor / SDKs at ByteSpike.
Quickstart
Your first curl, three protocols side-by-side.
Authentication
Per-key controls, IP allowlist, rate limits.