Skip to content
Checking session...

Account settings

Manage profile details, sign-in identity, email verification, org visibility, and the browser sessions attached to this customer account.

Loading account settings...
UserCustomerNo email on session.
VerificationPendingVerify email to keep account recovery healthy.
WorkspaceUnknown orgNo customer org loaded.
Active sessions0Browser sessions currently able to act as this user.
Members0Customer accounts currently attached to this workspace.

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.

Verified at
Not verified yet
Last login
--
Member since
--
Forgot password flowOpen billingView batches

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.

No workspace members found.
Invite teammates to create real workspace membership instead of relying on automatic account attachment.

Recent activity

A recent history of sign-in, verification, recovery, and account-management events tied to this user.

Loading account activity...

API keys

Create role-scoped customer API keys and keep integration access aligned with workspace permissions.

API key management is restricted.
Workspace owners and admins can create and revoke integration keys.

API quickstart

Use one copyable cURL path to quote, submit, and poll your first batch directly with a workspace-scoped key.

1. Create a key
Ask a workspace owner or admin to create a customer API key.
2. Quote and submit
The snippet uses bearer auth against the same batch endpoints as the browser console.
3. Poll results
Keep the returned batch id and call the batch + results endpoints until artifacts are ready.
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.

No account sessions found.
Sign in from a browser session to manage it here.