Getting StartedCreate an Account

Create an Account

Sign up for the transmute portal with a passwordless email magic link, and understand how portal sessions work.

Passwordless signup

transmute uses email magic links — there is no password to create or leak.

  1. Open the portal and enter your work email (and optionally a company name).
  2. We send a sign-in link to that address. The link is single-use and expires after 15 minutes.
  3. Click the link; your account and tenant are created on first sign-in.

A few things to know:

  • The signup form always responds the same way whether or not an account exists for the address — this is deliberate (it prevents anyone from probing which emails have accounts).
  • Disposable or undeliverable email addresses are rejected at signup with a portal-email-rejected error. Use a real, receivable mailbox.
  • Requesting links is rate-limited (3 per address per 15 minutes). If you hit the limit, wait and retry — see portal-signup-rate.

Sessions

Portal sessions are short-lived by design:

PropertyValue
Absolute lifetime60 minutes
Idle behaviorSliding refresh while you are active
Sign-inEach magic-link redemption revokes any prior session
Sign-outRevokes the session server-side immediately

When your session expires, request a fresh magic link. Sessions only affect the portal — your API keys keep working independently of any portal session.

What you can do in the portal

  • Create, list, and revoke API keys (test and live).
  • See month-to-date usage against your plan's quota.
  • Upgrade your plan and manage billing (Stripe Checkout and Billing Portal).

Next steps