Maisa Authentication
The Maisa REST API (base URL https://api.maisa.ai) authenticates with a static API key sent in a custom X-API-Key request header. The official SDKs read the key from the MAISA_API_KEY environment variable or an api_key constructor argument. There is no public OAuth/OIDC surface on the API host; the docs portal (docs.maisa.ai) itself sits behind an AWS Cognito login, but the API is key-authenticated. No OpenAPI securitySchemes block is publicly available (docs are gated), so this profile is derived from the official client libraries rather than a published spec.
Maisa secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.