Concept preview — non-production.
This console is a public, non-authenticated demo surface for time-and-temperature style queries and narrative
fixtures. It is not a production Textmetrics, Trusaic, or settlement report path; do not use it for regulated
data or payout evidence.
Run requests below; JSON responses appear in the panel at the bottom.
Using This Console for Smoke and Integration Checks
Ping — Confirms the TimeFox route is reachable (routing, TLS, process health). Use first in any runbook.
About — Returns service metadata; pair with Ping to prove the public compatibility lane end-to-end.
Stub time-temp — Deterministic, narrative-friendly JSON without calling external weather APIs. Best for CI, demos, and proving your client parses the contract.
Live time-temp — Fetches real conditions via Open-Meteo. Requires mode=live, outbound network from the edge runtime, and valid latitude / longitude (decimal degrees).
Internal process testing — Chain: Ping → About → stub time-temp with your usual tz and style. Only then try live with coordinates you expect (e.g. office location) to validate weather plumbing.
Protected report workflow — Use the dedicated
Partner Sandbox Console
for SDK certification, or open with ?mode=protected&origin=…&flow_id=…
(after a valid origin handoff) to exercise Temporal Tech report APIs and return URLs.
Quick Links
One-click samples. Each issues a GET and fills the response panel. Use them to compare with your own Custom Time-Temp parameters.
Builds GET /flicker-fox/time-temp with query parameters. The API validates mode, style, and tz; invalid combinations return a JSON error envelope with a stable code.
You opened Flicker Fox Console with mode=protected.
This surface is for the WordPress / Extanto report embed and return pilot — not the default SDK certification path.
Partner Origin Report Workflow
QueryTek Tapestry|Partner Report Workspace
1. Arrive From Origin Signed handoff from your HR or ops platform.
2. Generate Report Choose a report type and run the partner workflow.
3. Return With Data Structured results flow back to the origin application.
Temporal Tech Solutions
We Make Time Work.
Time Tracking... and Other Things.
*Terms may vary by dimension.
Job Ad Templates
interdimensional_mailroom_specialist
rocket_scientist
meteorologist
field_tester
engineer
Weather Templates
solar_flare_alert
paradox_picnic_day
dimensional_shift
wormhole_rush_hour
cosmic_high_five_window
glitch_fog_watch
applause_front
mildly_cursed_monday
heroic_reentry_evening
meteo_baseline (free meteo time-temp option)
Generate Report
Select a report type and template, then run the analysis. When complete, return to your origin application with structured results.
Copy-paste tooling for /v1/sandbox/flicker-fox/* certification.
Paste your operator-issued sandbox secret below — it stays in this browser tab only (not stored).
See the
sandbox API reference (Redoc).
Optional debug helpers for /v1/sandbox/flicker-fox/* while you are in protected mode.
Primary workflow above is origin report return — for dedicated SDK certification (session → generate →
run_id evidence), use
Partner Sandbox Console.