Account.
Signed in as
Loading…
Sign in or subscribe.
New here? Subscribe first — Stripe collects your email and you land back here signed in, with your first key ready.
A / Google
Use the Google account with the same email you paid with.
B / API key
Already have a key? It proves the account — paste it to sign in.
Developer plan.
Status
Price$20 / mo
Rate5 / sec
Renews—
API keys.
Keys are shown once, when you create them. Store them in a secret manager, never in client-side code.
New key — copy it now
This is the only time the full key is shown. If you lose it, revoke it and create another.
| Name | Key | Created | Action |
|---|
curl https://jesse.my/api/v1/chat/completions \
-H "Authorization: Bearer $JESSE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "jesse-prod", "messages": [{"role": "user", "content": "What is 17 * 23?"}]}'