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.
- Open the portal and enter your work email (and optionally a company name).
- We send a sign-in link to that address. The link is single-use and expires after 15 minutes.
- 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-rejectederror. 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:
| Property | Value |
|---|---|
| Absolute lifetime | 60 minutes |
| Idle behavior | Sliding refresh while you are active |
| Sign-in | Each magic-link redemption revokes any prior session |
| Sign-out | Revokes 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
Was this page helpful?