My App
Dashboard

HyreLog Dashboard

Product guide for the HyreLog web application—home, Event Explorer, saved views, and exports.

The HyreLog dashboard (app.hyrelog.com) is where your team operates day to day: reviewing audit traffic, managing workspaces, running filtered exports, and configuring API keys. This section documents in-app behavior as shipped in production.

Who this is for

  • Company admins (OWNER, ADMIN, BILLING): company-wide visibility, billing signals on the home page, and the ability to switch scope into any workspace.
  • Workspace members (MEMBER): workspace-scoped Event Explorer, exports, and saved views for workspaces they belong to.

What changed recently (summary)

Production includes a redesigned home experience, a full Event Explorer with URL-driven filters and detail drawer, saved explorer views (named filter presets), richer export jobs and templates (including exports from saved views), and operational improvements behind the scenes (audit logging, native event histograms, schema migrations).

See the detailed changelog: May 2026 production update.

Topics

API vs dashboard

SurfaceAuthDocumented in
Public REST API (/v1/*)Bearer API keyAPI reference, OpenAPI
Dashboard API (/dashboard/*)Session / dashboard tokenDashboard API overview (not in public OpenAPI)

Integrations use the public API. The dashboard uses a separate authenticated API surface that is not published in openapi.json by design.

On this page