Architect

Review sessions and tool calls in Architect

Use the Architect dashboard to inspect agent timelines, tool inputs, and failures across Cursor and Claude Code.

5 min read Updated Aug 2026

Architect is the web dashboard for Relay (relay/web). After hooks capture locally and relay sync uploads events, platform and security teams review what coding agents actually did.

Open Architect

Dev environment:

https://app.dev.relay.oprag.ai

Sign in with the same organization you registered during relay install.

Sessions list

The Sessions view shows:

  • Agent runtime (Cursor, Claude Code, wrapped CLI)
  • Repository or workspace context when available
  • Start time, duration, and sync status
  • Environment ID matching relay status

Filter by date or environment when rolling out multiple pilot machines.

Timeline detail

Click a session to open the tool-call timeline:

  1. Reads — files and docs the agent accessed
  2. Tool calls — shell, search, MCP, or custom tools with inputs
  3. Failures — errors and retries (useful for debugging agent loops)
  4. Metadata — session ID, environment, IDE version

Timelines are the primary artifact for security review — not chat transcripts alone.

Compare environments

Use Architect when validating capture before rollout:

Pilot machineExpected in Architect
Engineer laptop ADistinct environment ID, sessions after sync
Engineer laptop BSeparate environment, same org
CI runner (if enabled)Wrapped relay run sessions only

Sharing findings

Export or link session detail pages when filing tickets. Avoid pasting raw hook JSON — Architect already redacts org vault references.

Ready to try it in your workflow?