UX Magic AI · Authentication Profile

Ux Magic Ai Authentication

Authentication

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

CompanyDesignArtificialIntelligenceUIDesignUXDesignFigmaDesignToCodeMCPWireframes
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

X-API-Key apiKey
· in: header (X-API-Key)

Source

Authentication Profile

ux-magic-ai-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://uxmagic.ai/docs/connect-mcp
docs: https://uxmagic.ai/docs/connect-mcp
summary:
  types:
  - apiKey
  api_key_in:
  - header
  oauth2_flows: []
schemes:
- name: X-API-Key
  type: apiKey
  in: header
  parameter: X-API-Key
  key_prefix: uxm_
  key_management: https://uxmagic.ai/manage-account?value=api-keys
  applies_to: https://api.uxmagic.ai/api/mcp (MCP server, Streamable HTTP)
  scopes:
  - name: designs:read
    description: Read access to designs, projects, frames, themes, and documents.
  - name: designs:write
    description: Create and edit projects, frames, and designs; export to Figma.
  - name: agent:run
    description: Run AI design generation and agent operations.
  scope_note: Per provider docs, a key with no scopes has full access.
  sources:
  - https://uxmagic.ai/docs/connect-mcp
  - https://www.npmjs.com/package/uxmagic-mcp
enterprise:
  sso_saml: true
  source: https://uxmagic.ai/pricing (Enterprise plan lists SSO / SAML authentication)
notes: >-
  UXMagic publishes no OpenAPI; its machine surface is the MCP server at
  https://api.uxmagic.ai/api/mcp authenticated with per-key-scoped API keys
  (uxm_ prefix) sent in the X-API-Key header. Keys are generated in the UXMagic
  editor (Connect MCP -> Generate your API Key) or Settings -> API Keys.