Account settings
Manage profile details, sign-in identity, email verification, org visibility, and the browser sessions attached to this customer account.
Account preferences
Display preferences saved to this browser.
Dark mode
Current mode: light.
Delivery webhooks
Save the workspace endpoint used for callback-driven deliveries and rotate the signing secret without exposing it again.
Workspace callback
No workspace delivery webhook has been saved yet.
HTTPS only; private network and metadata hosts are rejected by the API.
Add a secret so receivers can verify callback authenticity.
Profile and sign-in
Keep the account identity, sign-in email, and workspace label current for billing, support, and account recovery.
We will send a confirmation link to the new address before switching sign-in.
Role: Member | User id: Unavailable | Org id: Unavailable | Workspace owners and admins can rename the workspace.
Security and access
Handle verification, rotate your password, and jump to the areas most tied to account recovery.
Workspace access
Invite teammates, assign org roles, and keep customer access scoped to the right workspace responsibilities.
Workspace owners and admins can invite new members and manage org roles.
Recent activity
A recent history of sign-in, verification, recovery, and account-management events tied to this user.
API keys
Create role-scoped customer API keys and keep integration access aligned with workspace permissions.
API quickstart
Use one copyable cURL path to quote, submit, and poll your first batch directly with a workspace-scoped key.
export BASE_URL="https://batchrouter.com"
export OB_API_KEY="ob_live_your_api_key"
export MANIFEST='{"sla_tier":"standard","routing_mode":"sla_aware","privacy_tier":"standard","allowed_regions":["global"],"items":[{"customer_item_id":"support_rollup_001","operation":"responses","model":"gpt-5.4-mini","model_options":["gpt-5.4-mini","gpt-5.4"],"input":{"input":[{"role":"user","content":"Summarize yesterday'\''s support queue into five bullets."}]}}]}'
curl -sS "$BASE_URL/v1/batches/quote" \
-X POST \
-H "Authorization: Bearer $OB_API_KEY" \
-H "Content-Type: application/json" \
-d "$MANIFEST"
curl -sS "$BASE_URL/v1/batches" \
-X POST \
-H "Authorization: Bearer $OB_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: quickstart-batch-001" \
-d "$MANIFEST"
curl -sS "$BASE_URL/v1/batches/{batch_id}" \
-H "Authorization: Bearer $OB_API_KEY"
curl -sS "$BASE_URL/v1/batches/{batch_id}/results" \
-H "Authorization: Bearer $OB_API_KEY"
curl -sS "$BASE_URL/v1/batches/optimization-report?import_provider=openai" \
-H "Authorization: Bearer $OB_API_KEY"Active sessions
Review recent browser sessions and revoke any session you no longer recognize or need.
