Double Robotics · Authentication Profile

Double Robotics Authentication

Authentication

Double Robotics secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyTelepresenceRoboticsVideoconferencingHybrid WorkSDKFleet ManagementHardware
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

FleetApiKey apiKey
· in: header ()
LocalSocket none

Source

Authentication Profile

double-robotics-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://www.doublerobotics.com/developer.html
docs: https://www.doublerobotics.com/developer.html
summary:
  types: [apiKey]
  api_key_in: [header]
  notes: >-
    Double Robotics has no published OpenAPI, so this profile is derived from
    the public developer documentation rather than a machine-readable spec.
schemes:
- name: FleetApiKey
  type: apiKey
  in: header
  applies_to: Fleet REST API
  description: >-
    The Fleet REST API is authenticated with API keys issued through the Fleet
    Management account portal (drive.doublerobotics.com). Keys authorize access
    to fleet-management data — robots, users, call logs, and visitor passes.
  source: https://www.doublerobotics.com/developer.html
- name: LocalSocket
  type: none
  applies_to: Double 3 SDK
  description: >-
    The Double 3 SDK is a LOCAL command/event API reached over a Unix domain
    socket on the robot itself; access is gated by putting the device into
    developer mode rather than by a network credential. No network token is
    exchanged for the on-device socket.
  source: https://github.com/doublerobotics/d3-sdk/blob/master/docs/Communication.md