Seyond · Authentication Profile

Innovusion Authentication

Authentication

Seyond declares 3 security scheme(s) across its OpenAPI definitions.

CompanyLiDARSensorsAutonomous DrivingIntelligent TransportationRoboticsPerceptionSmart CitiesAutomotiveHardware
Methods: Schemes: 3 OAuth flows: API key in:

Security Schemes

oauth2
· flows:
cookie
none

Source

Authentication Profile

innovusion-authentication.yml Raw ↑
generated: '2026-08-23'
method: probed
source: https://seyond.com/.well-known/oauth-authorization-server
note: >-
  There is no OpenAPI to derive securitySchemes from — derive-authentication.py found no spec for this
  provider. This profile is built entirely from live probes of the surfaces Seyond actually serves.
  Seyond publishes no API key programme, no developer signup and no documented authentication page.
schemes:
- id: mcp-oauth2
  type: oauth2
  surface: https://seyond.com/wp-json/mcp/mcp-oauth-server
  flows:
    authorizationCode:
      authorizationUrl: https://seyond.com/oauth/authorize
      tokenUrl: https://seyond.com/oauth/token
      refreshUrl: null
      revocationUrl: https://seyond.com/oauth/revoke
      scopes:
        mcp: The single scope advertised by the authorization server for MCP access.
  pkce:
    required_methods: [S256]
  token_endpoint_auth_methods: [none]
  client_registration: client_id_metadata_document
  bearer_methods: [header]
  discovery:
  - https://seyond.com/.well-known/oauth-authorization-server
  - https://seyond.com/.well-known/oauth-protected-resource
  evidence:
    challenge_header: >-
      WWW-Authenticate: Bearer realm="https://seyond.com",
      resource_metadata="https://seyond.com/.well-known/oauth-protected-resource"
    challenge_status: 401
- id: wordpress-session
  type: cookie
  surface: https://seyond.com/wp-json/mcp/mcp-adapter-default-server
  note: >-
    The second registered MCP server rejects anonymous calls with the WordPress REST rest_forbidden
    envelope rather than an OAuth challenge, so it is gated on a logged-in WordPress session/nonce
    (X-WP-Nonce is in the Access-Control-Allow-Headers list) rather than on a bearer token.
- id: device-local-none
  type: none
  surface: LiDAR sensor command channel (inno-lidar-sdk)
  note: >-
    The client SDK connects to a sensor on the local network by IP address and port
    (inno_lidar_open_live(name, lidar_ip, port, protocol, udp_port)). The SDK exposes no credential
    parameter and the published documentation describes none, so the sensor command and point-cloud
    channels are unauthenticated network services and their security depends on network segmentation.
    Recorded as observed from the published SDK source and docs, not as a recommendation.
  evidence:
  - https://github.com/Seyond-Inc/inno-lidar-sdk/blob/main/docs/HOW_TO_USE_CLIENT_SDK.md
  - https://github.com/Seyond-Inc/inno-lidar-sdk/blob/main/src/sdk_common/lidar_communication.h
unauthenticated_surfaces:
- url: https://api.seyond.com/health
  status: 200
  body: ok
  note: The only path on the SIMPL API host that answers; every other probed path returns nginx 404.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/innovusion-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.