Fโ01 / Utility Foundry
Tools
Local operators for authentication, mail processing and temporary inbox workflows.
MODULES04
EXECUTIONHYBRID
BUS STATEREADY
UTILITY BUS
CLIENT CORE + API BRIDGE
MODULE READY
๐ Keys never leave your browser โ 100% client-side
Paste secret keys and click Get Codes
Paste credentials and click Read Inbox
Select a mail to read
Email Address
@
๐ 0 domains
ยท
โ
Online only
ยท
โณ Messages expire after 3 days
Generate an email and click Check Inbox
ยฉ 2026 Temp Mail Tool | Powered by Tinyhost.shop
โ Emails are deleted after 3 days. Do not use them for important information.
๐ก API Documentation
All endpoints are relative to the server base URL. Responses are JSON.
๐ TOTP / 2FA Code
GET โ Single code
GET /api/totp?secret=YOUR_SECRETPOST โ Batch
POST /api/totp
{"secrets": ["SEC1", "SEC2"]}Response
{"ok":true,"code":"185639","remaining":18}| Field | Type | Description |
|---|---|---|
| code | string | 6-digit TOTP code |
| remaining | number | Seconds until expiry (max 30) |
| ok | boolean | Success status |
๐ง Mail Reader (Hotmail/Outlook)
POST โ Read Inbox
POST /api/hotmail/read
{"refreshToken":"M.C5...","email":"user@hotmail.com","top":20}method (optional)
Omit for auto (tries Graph API first, falls back to IMAP โ fastest). Pass "imap" or "graph" to force one path. Response includes "method": which path was actually used โ pass it back on the matching /api/hotmail/body call.POST โ Read Body
POST /api/hotmail/body
{"refreshToken":"...","messageId":"3","email":"...","folder":"INBOX","method":"imap"}POST โ Device Auth Start
POST /api/hotmail/device-start
POST โ Device Auth Poll
POST /api/hotmail/device-poll
{"deviceCode":"..."}๐ฌ Temp Mail
GET โ Generate
GET /api/tempmail/generateGET โ Inbox
GET /api/tempmail/inbox?email=user@domainGET โ Detail
GET /api/tempmail/email/{id}?email=user@domain
ยฉ 2026 RandyN Toolkit ยท Stateless โ your data is never stored