Skip to main content

Analyst Guide

Welcome to Traces. This guide will help you get started as an analyst and provide reference material for all analyst tasks.

What is Traces?

Traces is a forensic data collection platform that enables legal and compliance teams to collect evidence from cloud platforms (Slack, GitHub, Figma, etc.) while maintaining chain of custody and forensic integrity.

As an analyst, you are responsible for:

  • Creating and maintaining connectors for data collection
  • Reviewing collected data for completeness
  • Signing off on collections before delivery
  • Verifying customer accounts and credentials
  • Supporting customers through the collection process

Key Concepts

Connectors

A connector defines how to collect data from a specific platform's API. It includes:

  • Authentication configuration
  • List of endpoints to call
  • Pagination settings for each endpoint
  • Dependencies between endpoints
  • Rate limiting configuration

Collections

A collection is a single data collection job for a customer. It includes:

  • The connector to use
  • Customer-provided credentials
  • Scope configuration (date ranges, filters)
  • All collected files and metadata
  • Complete chain of custody trail

Chain of Custody

Every action in Traces is logged to maintain forensic integrity:

  • Collection creation and status changes
  • Credential access and validation
  • Analyst assignments and sign-offs
  • File collection and hash verification

Versioning

Connectors use semantic versioning (1.0.0, 1.1.0, 2.0.0). When you publish changes to a connector, Traces creates a new connector record with a new UUID and soft-deletes the old one — each published version is an immutable snapshot. The version number is bumped automatically based on what changed (endpoint changes → major, mappings/order → minor, pagination/headers/notes → patch). Collections reference specific versions, ensuring that historical collections can be reproduced exactly.


Getting Started

Logging In

  1. Navigate to the Traces analyst portal
  2. Sign in with your credentials (managed via Clerk)
  3. You'll land on the analyst dashboard

Dashboard Overview

The analyst dashboard shows:

  • Summary stats: Total collections, collections needing review, and collections in progress
  • Needs-review banner: A prompt when collections are awaiting your sign-off
  • Recent Collections: The latest collections with status and priority
  • Quick Actions: Shortcuts for common tasks

The top bar is slim. Click the menu (hamburger) icon on the left to open the navigation drawer:

SectionPurpose
DashboardOverview and quick actions
CollectionsView and manage all collections
ConnectorsCreate and manage connectors
RoadmapFeature roadmap and release notes
CredentialsManage stored credentials
CustomersCustomer accounts

On the right of the top bar you'll find the theme toggle, the feature-request button, the notifications bell, a settings dropdown, and your account menu.


Quick Reference

Common Tasks

TaskLocation
Generate a connector from API docsConnectors → Generate from API Docs
Create a connector manuallyConnectors → New Connector
Review a collectionCollections → (open a completed collection)
Sign off on a collectionCollection Details → Sign Off
Test a connector endpointOpen a connector → Test & Configure (draft) or the endpoint editor (published)

Glossary

TermDefinition
ConnectorConfiguration defining how to collect from a platform
CollectionSingle data collection job with all files and metadata
EndpointSingle API call within a connector
DependencyRelationship where one endpoint needs data from another
PaginationProcess of retrieving all pages of data
Chain of CustodyAudit trail of all actions on a collection
Sign-offAnalyst approval that collection is complete and accurate
ScopeConfiguration limiting what data to collect (dates, filters)
HashCryptographic fingerprint verifying file integrity

Next Steps