Seeq · Authentication Profile

Seeq Authentication

Authentication

Seeq secures its APIs with apiKey, http, and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyManufacturingIndustrial AnalyticsTime SeriesMachine-LearningArtificial IntelligenceProcess ManufacturingData Analytics
Methods: apiKey, http, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

AccessKey apiKey
· in: header ()
UsernamePassword http
scheme: basic
OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

seeq-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://python-docs.seeq.com/
docs: https://python-docs.seeq.com/
note: >-
  Seeq exposes a REST API served per-instance by Seeq Server (self-hosted or Seeq Cloud) at /api,
  with an interactive Swagger surface on the running instance. No public, cross-tenant OpenAPI is
  published, so this profile is derived from the SPy (Python) login documentation rather than a spec.
summary:
  types: [apiKey, http, oauth2]
  api_key_in: [header]
  oauth2_flows: [authorizationCode]
schemes:
- name: AccessKey
  type: apiKey
  in: header
  description: >-
    Access keys are the recommended programmatic credential. A user generates an access key + password
    in Seeq and supplies them via spy.login(access_key=..., password=...); they authenticate as that user
    without interactive login.
  sources: [https://python-docs.seeq.com/]
- name: UsernamePassword
  type: http
  scheme: basic
  description: >-
    Interactive username/password login resolved against a named authentication directory
    (e.g. Seeq built-in directory, Windows Auth, or a configured identity provider).
  sources: [https://python-docs.seeq.com/]
- name: OAuth2
  type: oauth2
  description: >-
    OAuth 2.0 / SSO login is supported for single sign-on identity providers configured on the Seeq
    Server, used for browser-based and delegated authentication.
  flows:
  - flow: authorizationCode
  sources: [https://python-docs.seeq.com/]

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/seeq-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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