Platform Integrations

Integrate Where Your
Teams Already Work

StreetMP OS integrates directly into your enterprise toolchain. Zero workflow disruption. All enforcement is invisible to end users — policy decisions happen before content leaves the platform.

Available Integrations

Enterprise Platform Coverage

Slack

Available

Monitor every Slack message and file attachment in real-time. Threats are flagged, policy decisions posted as threaded replies.

  • Message scanning
  • File attachment analysis
  • Threat notification delivery
  • Incident escalation threads

Microsoft Teams

Available

Full Microsoft Teams coverage — channels, direct messages, and file shares. Integration via webhook with HMAC-verified delivery.

  • Channel monitoring
  • Direct message scanning
  • SharePoint file scanning
  • Adaptive card notifications

Browser Extension

Available

Chrome and Firefox extension for real-time protection at the input layer. Scans form fields, AI prompt boxes, and document uploads.

  • Real-time form field scanning
  • AI prompt protection
  • Upload pre-scan
  • Org-bound policy enforcement

REST API

Production Active

Direct API integration for custom applications. Sync and async scan endpoints with full telemetry and webhook delivery.

  • Sync scan <50ms
  • Async job queue
  • File scanning
  • Webhook event delivery

Jira

Beta

Scan Jira ticket descriptions, comments, and attachments for sensitive data and threat vectors.

  • Ticket content scanning
  • Comment monitoring
  • Attachment analysis
  • Webhook delivery

Google Workspace

Beta

Google Docs, Sheets, and Drive scanning for enterprise environments with Workspace admin deployment.

  • Document scanning
  • Drive file monitoring
  • Admin-deployed extension
  • Workspace event webhooks

Architecture

Webhook Delivery Guarantees

All integration events are delivered via webhook with HMAC-SHA256 signatures. Delivery is guaranteed with 3 retry attempts, exponential backoff, and dead-letter protection. Circuit breakers prevent cascade failures.

  • HMAC-SHA256 per-tenant signing secret
  • 3 retry attempts with exponential backoff
  • Duplicate detection via externalMessageId
  • Circuit breaker at health score ≤ 20
  • Manual circuit breaker reset via API

Webhook Payload

{
  "event": "scan.completed",
  "traceId": "req_9942a_fin",
  "timestamp": "2026-05-10T02:30:00Z",
  "data": {
    "action": "REDACT",
    "confidence": 0.94,
    "threatCategory": "PII_EXPOSURE",
    "piiTypes": ["Account_Numbers"],
    "processingMs": 22
  },
  "signature": "sha256=7f3b49c8..."
}