Violetlabs · Authentication Profile
Violetlabs Authentication
Authentication
Violet Labs exposes two authentication models. The REST Explore API uses an API-key credential passed in an HTTP header. The hosted MCP server (and the broader app.violetlabs.com surface) additionally supports OAuth 2.0 with PKCE and dynamic client registration. API keys are created in Company Settings and may be given an optional expiration date.
Violetlabs secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, and refreshToken flow(s).
CompanyHardwareEngineeringManufacturingPLMERPData IntegrationRequirements ManagementAerospaceDefenseMCPSystems Engineering
Methods: apiKey, oauth2
Schemes: 2
OAuth flows: authorizationCode, clientCredentials, refreshToken
API key in: header
Security Schemes
apiKeyAuth apiKey
oauth2 oauth2