Siftbench

The same /v1 surface the web app uses is the surface you integrate.

API overview

Siftbench is API-first. The web workbench is a pure consumer of the public /v1 REST API and SSE streams — the same contract your SOAR, automation, or detection pipeline can call.

Auth

  • Browser sessions use the auth provider seam (dev subject today; OIDC for design partners).
  • Automation uses org-scoped API keys. Keys never ship to the browser.

Core resources

ResourcePurpose
CasesCollaboration and retention boundary
ArtifactsUploaded originals + parse state
RecordsQueried derived evidence
JobsIngest, parse, and agent work
Agent runsDurable transcripts + proposed findings
FindingsCited claims with accept/reject

Streaming

Job progress and agent transcripts stream over SSE so UIs and automation stay live without polling.