AtomVision Integrations - Summary

    AtomVision cloud surveillance platform connects to enterprise identity, VMS, alerting, access control, POS, and developer tools.

    Identity & Access Management

    • Okta: SAML 2.0 SSO with SCIM user provisioning
    • Azure Active Directory: Microsoft SSO with automatic group sync
    • OneLogin, Google Workspace: Enterprise SSO options

    Video Management Systems

    • Milestone XProtect: RTSP stream relay for unified VMS
    • Genetec Security Center: Federated camera access
    • Nx Witness, Avigilon: Cloud-to-local RTSP proxy

    Alerting & Incident Management

    • Slack, Microsoft Teams: Real-time alert notifications with video thumbnails
    • PagerDuty: Critical alert escalation for SOC teams
    • Webhooks: Custom HTTP callbacks for any system

    Access Control

    • Brivo, Kisi, Openpath: Door events linked to video footage

    Developer Tools

    • REST API: Full platform access for custom integrations
    • AWS S3, Google Cloud, Azure: Cloud storage export

    Contact AtomVision sales for integration requirements or custom development.

    Enterprise Integrations

    Connect AtomVision to
    Your Entire Stack

    SSO with Okta or Azure AD. Alerts to Slack or PagerDuty. RTSP streams to Milestone or Genetec. AtomVision fits into your existing infrastructure.

    atomvision.app · Integrations
    REST · Webhooks · RTSP republish
    POST request → Slack14:02:18 · 184 ms
    Endpoint
    POST https://hooks.slack.com/services/T0•••/B0•••/•••
    Body · application/json
    {
      "event": "motion.person",
      "site":  "Warehouse 2",
      "camera":"WH02-CAM-3",
      "ts":    "2026-05-03T14:02:18Z",
      "clip":  "https://atomvision.app/c/4f2a..."
    }
    Response200 OK
    { "ok": true, "channel": "#security-alerts" }
    Connected systems
    6 active
    • S
      Slack
      Webhook · #security-alerts
      active
    • MT
      Microsoft Teams
      Webhook · Ops · Security
      active
    • P
      PagerDuty
      Webhook · Critical events
      active
    • B
      Brivo
      OAuth 2.0 · Door ↔ camera link
      active
    • M
      Milestone
      RTSP push · XProtect 2024 R2
      active
    • G
      Genetec
      RTSP push · Security Center 5.12
      paused
    + Add Zapier, n8n, custom webhook…

    Integration directory

    atomvision.app · Integrations · Directory
    29 connectors
    Identity & Access Management
    Enterprise SSO integration for secure, centralized authentication
    5
    • O
      Okta
      Available
      SAML 2.0 SSO with SCIM user provisioning
    • AA
      Azure Active Directory
      Available
      Microsoft SSO with automatic group sync
    • O
      OneLogin
      Available
      SAML 2.0 SSO integration
    • GW
      Google Workspace
      Available
      Google SSO for organization-wide access
    • J
      JumpCloud
      In Development
      Directory-as-a-service integration
    Video Management Systems
    Push RTSP streams to existing VMS platforms for unified management
    5
    • MX
      Milestone XProtect
      Available
      RTSP stream relay for unified VMS management
    • GS
      Genetec Security Center
      Available
      Federated camera access via Genetec Federation
    • NW
      Nx Witness
      Available
      Cloud-to-local RTSP proxy support
    • AA
      Avigilon ACC
      Available
      Stream integration for existing Avigilon deployments
    • HW
      Hanwha Wave
      In Development
      RTSP relay support
    Alerting & Incident Management
    Real-time notifications to your team's preferred channels
    5
    • S
      Slack
      Available
      Motion alerts, AI detections, and camera health to Slack channels
    • MT
      Microsoft Teams
      Available
      Alert cards with video thumbnails and one-click playback
    • P
      PagerDuty
      Available
      Critical alert escalation for 24/7 SOC teams
    • E
      Email/SMS
      Available
      Direct notifications to any email or phone number
    • W
      Webhooks
      Available
      Custom HTTP callbacks for any endpoint
    Access Control Systems
    Unified door access and video verification
    5
    • B
      Brivo
      Available
      Video overlay on door events, unified timeline view
    • K
      Kisi
      Available
      Door unlock events linked to camera footage
    • O
      Openpath
      Available
      Access denied alerts with video clips
    • LO
      Lenel OnGuard
      In Development
      Enterprise access control integration
    • SN
      S2 NetBox
      In Development
      Legacy access control system support
    Point of Sale & Retail
    POS transaction overlays for loss prevention
    4
    • S
      Square
      Available
      Transaction timestamps overlaid on video
    • SP
      Shopify POS
      Available
      Sales data synced with video timeline
    • OM
      Oracle MICROS
      In Development
      Restaurant POS integration
    • NA
      NCR Aloha
      In Development
      Quick-service POS integration
    Cloud & Developer Tools
    Build custom workflows with our REST API and cloud storage integrations
    5
    • RA
      REST API
      Available
      Full platform access for custom integrations
    • AS
      AWS S3
      Available
      Export clips directly to your S3 bucket
    • GC
      Google Cloud Storage
      Available
      Cloud export for Google Cloud customers
    • AB
      Azure Blob Storage
      Available
      Microsoft Azure cloud export
    • Z
      Zapier
      In Development
      Connect to 5,000+ apps via Zapier automation

    SSO via OAuth

    okta.com · OAuth · Authorize application
    TLS · verified
    Authorize · Okta
    OK
    request

    Authorize AtomVision

    AtomVision is requesting access to your Okta workspace

    Permissions requested
    • Read your user profile and group memberships
    • Provision and de-provision users via SCIM 2.0
    • Sign you in to AtomVision via SAML 2.0
    Revoke anytime · audit logged · SOC 2 Type II

    No-code automation with Zapier, Make, and n8n

    atomvision.app · Integrations · iPaaS recipes
    Zapier · Make · n8n
    ZapierRecipe 01
    Trigger
    Motion in restricted zone
    Action
    Post message to Slack #security
    ZapierRecipe 02
    Trigger
    License plate match
    Action
    Append row to Google Sheet
    MakeRecipe 03
    Trigger
    Camera offline > 5 minutes
    Action
    Create PagerDuty incident
    MakeRecipe 04
    Trigger
    AI person count threshold
    Action
    Send SMS via Twilio
    n8nRecipe 05
    Trigger
    Door access denied
    Action
    Open Jira ticket + clip link
    n8nRecipe 06
    Trigger
    Daily site summary
    Action
    Email PDF report to manager

    REST API

    Build custom integrations with full platform access

    atomvision.app · Developers · REST API
    v1 · OAuth 2.0 · Webhooks
    GET /v1/cameras/:id/streamPOST /v1/clips/exportPOST /v1/webhooks 184 ms
    Request
    # Example: Get live stream URL for a camera
    curl -X GET "https://api.atomvision.io/v1/cameras/cam_123/stream" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json"
    Response200 OK
    {
      "stream_url": "wss://stream.atomvision.io/live/cam_123?token=...",
      "expires_at": "2025-01-30T12:00:00Z",
      "format": "webrtc"
    }
    What you can build
    • Camera Management
      List cameras, update settings, check health status, trigger PTZ movements
    • Video Access
      Generate live stream URLs, request clip exports, access thumbnails
    • Event Webhooks
      Receive motion events, AI detections, camera offline alerts via HTTP callbacks
    • User Management
      Create users, assign permissions, manage site access via SCIM 2.0
    View full reference →

    Need a custom integration?

    Our solutions team can help you connect AtomVision to your unique tech stack.