Atomicwork · Authentication Profile

Atomicwork Authentication

Authentication

Atomicwork secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyService ManagementITSMESMIT Service DeskIdentity GovernanceAsset ManagementAI AgentsMCPEnterprise
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (X-Api-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/atomicwork-public-api-openapi.yaml
docs: https://developers.atomicwork.com/api-reference/introduction
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-Api-Key
  description: >
    Every request must include a workspace-scoped API key in the X-Api-Key header.
    Keys are generated from Settings > Integrations > API Keys in the Atomicwork
    workspace; a key created in one workspace cannot access another.
  sources:
  - openapi/atomicwork-public-api-openapi.yaml
workspace_scoping:
  header: X-Workspace-Id
  description: >
    Most endpoints are workspace-scoped and require the numeric workspace ID in the
    X-Workspace-Id header. The workspace ID is visible in Settings > Workspace or
    returned by GET /api/v1/workspaces.
notes: >
  No OAuth 2.0 / OIDC surface is documented — authentication is API-key only, so
  no scopes/ artifact applies. The same API key authenticates the hosted MCP server.