Wordware · Authentication Profile

Wordware Authentication

Authentication

Authentication profile captured from the Wordware API documentation. API keys are generated per user in the app (avatar menu -> API Keys) and passed as a bearer token in the Authorization header on every request to the WordApps run API. No OAuth 2.0, OpenID Connect, or mTLS surface is documented, and no openid-configuration / oauth-authorization-server well-known documents are published (both probed 404).

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

Artificial IntelligenceAI AgentsLLMPrompt EngineeringWorkflow AutomationNo CodeCompany
Methods: http Schemes: 1 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

wordware-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
docs: https://docs.wordware.ai/api
description: >-
  Authentication profile captured from the Wordware API documentation. API
  keys are generated per user in the app (avatar menu -> API Keys) and passed
  as a bearer token in the Authorization header on every request to the
  WordApps run API. No OAuth 2.0, OpenID Connect, or mTLS surface is
  documented, and no openid-configuration / oauth-authorization-server
  well-known documents are published (both probed 404).
summary:
  types: [http]
  schemes: [bearer]
  api_key_in: [header]
  oauth2_flows: []
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  header: "Authorization: Bearer <API_KEY>"
  key_management: https://app.wordware.ai (Settings -> API Keys)
  sources: [https://docs.wordware.ai/api.md]