Available API credits
—
AddBrains / sign in
Sign in to manage your API credits, keys, models, usage, and support—all in one secure place.
Existing account
Use your email and password. Your API key never belongs in this form.
First step / API key
Give your first API key a human-readable name. It will be shown once, copied once, and never retrievable again.
Dashboard access uses your secure browser session. Your API key is only for programmatic requests and is never needed here.
Reveal closed
The one-time secret cannot be reconstructed after leaving or refreshing this screen. Continue to your dashboard to rotate it or create another named key from API keys.
One-time reveal
Leaving or refreshing this screen closes the reveal. AddBrains cannot display this key again.
Overview / 01
The shortest route from eligible points to API credits, then prompts through one key.
Available API credits
—
Account status
—
Active API keys
—
Recent signal
| When | Model | Status | Credits used |
|---|
Your real request history will appear here once you send your first prompt.
Next action
Quick start / no live runner
Copy a smallest-valid request into your own terminal or application. Your raw key is never inserted here.
curl https://api.addbrains.com/v1/inference \
-H "Authorization: Bearer ADD_BRAINS_API_KEY" \
-H "Idempotency-Key: quickstart-$(date +%s%N)" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.6-luna","messages":[{"role":"user","content":"Hello from AddBrains"}]}'import requests
import uuid
response = requests.post(
"https://api.addbrains.com/v1/inference",
headers={"Authorization": "Bearer ADD_BRAINS_API_KEY", "Idempotency-Key": str(uuid.uuid4())},
json={"model": "gpt-5.6-luna", "messages": [{"role": "user", "content": "Hello from AddBrains"}]},
)
print(response.json())const response = await fetch(
"https://api.addbrains.com/v1/inference",
{ method: "POST", headers: {
Authorization: "Bearer ADD_BRAINS_API_KEY",
"Idempotency-Key": crypto.randomUUID(),
"Content-Type": "application/json"
}, body: JSON.stringify({
model: "gpt-5.6-luna",
messages: [{ role: "user", content: "Hello from AddBrains" }]
}) }
);API keys / 02
Create and manage credentials without ever retrieving an existing raw key.
New credential
Use a clear environment or application name. The raw key will be shown once.
Safe metadata
| Name | Prefix | Scopes | Created | Last used | Status | Actions |
|---|
Create a named key to connect your own application.
Usage / 03
Request metadata and API credits used. No prompts, outputs, or internal detail.
Account-owned records
| Date & time | Model | Status | Tokens | API credits used | Key |
|---|
Try a wider date range or remove a filter. Empty means empty—there is no sample data here.
Models / 04
An AddBrains catalogue with customer-facing names, USD rates, and active offers only.
Customer catalogue
| Model | Capability | Availability | Input API-credit rate | Output API-credit rate | Discounts / On us |
|---|
There are no customer-visible models to show right now.
Billing / 05
API credits are USD-denominated service units. Supported purchase options appear here when the server-side activation gate is open.
Payment gate
Billing is visible so there is no dead end. When payments are enabled, supported currencies and any RevPoints discount are determined inside Revolut.
Pay with pointsChoose Revolut Pay. Eligible customers can use RevPoints for a full or partial discount in Revolut.
Available API credits
—
Purchase unit
USD
Payment activation
Use Revolut Pay to purchase API credits. Eligible customers can apply RevPoints for a full or partial discount in Revolut, subject to Revolut eligibility.
Receipts & refunds
| Date | API credits | Fee | Amount | Status | Refund | Receipt |
|---|
Confirmed orders and receipts will appear here. API credits are issued only after server-side confirmation.
Account / 06
Protect access, inspect sessions, and make privacy requests without sending a key.
Verified identity
Checking verification
Password
Email address
Sessions
No other active sessions.
Privacy
No privacy requests yet.
Account closure
Closure revokes active sessions and keys. Required legal and transaction records are retained or anonymised according to policy.
Support / 07
A durable case comes first. The founder notification contains only a safe reference, category, time, and masked identity.
Authenticated support