Cyware · Authentication Profile

Cyware Authentication

Authentication

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

threat-intelligencecyber-threat-intelligencecybersecuritysecurity-operationsthreat-intelligence-platformstixtaxiimitre-attacksoarsecurity-orchestrationincident-responsethreat-intelligence-sharingisacindicators-of-compromisemcpagentic-ai
Methods: apiKey Schemes: 2 OAuth flows: API key in: query

Security Schemes

ctixOpenApiSignature apiKey
· in: query (AccessID)
coOpenApiSignature apiKey
· in: query (access_id)

Source

Authentication Profile

Raw ↑
generated: '2026-08-04'
method: derived
source: openapi/cyware-intel-exchange-openapi.yml, openapi/cyware-orchestrate-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - query
schemes:
- name: ctixOpenApiSignature
  type: apiKey
  in: query
  parameter: AccessID
  description: 'Intel Exchange Open API credentials. Every request carries three query parameters:
    AccessID (the access ID of the Open API credential), Expires (an epoch timestamp, at most
    30 seconds in the future) and Signature - an HMAC-SHA1 of "AccessID\nExpires" keyed with
    the secret key, Base64 encoded and then URL encoded. See https://ctixapiv3.cyware.com/authentication'
  sources:
  - openapi/cyware-intel-exchange-openapi.yml
- name: coOpenApiSignature
  type: apiKey
  in: query
  parameter: access_id
  description: Orchestrate Open API credentials. Every request carries access_id, expires (epoch,
    current time + up to 30 seconds) and signature query parameters, where StringToSign = access_id
    + "\n" + expires and Signature = Base64(HMAC-SHA1(secret_key, StringToSign)). See https://orchestrateapi.cyware.com/authentication
  sources:
  - openapi/cyware-orchestrate-openapi.yml