Violetlabs · OAuth Scopes

Violetlabs OAuth Scopes

OAuth 2.0 searched

Violetlabs publishes 1 OAuth 2.0 scope via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Violetlabs API on a user’s behalf.

Tokens are issued from https://app.violetlabs.com/api/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyHardwareEngineeringManufacturingPLMERPData IntegrationRequirements ManagementAerospaceDefenseMCPSystems Engineering
Scopes: 1 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://app.violetlabs.com/api/oauth/authorize
Token URL
https://app.violetlabs.com/api/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (1)

ScopeDescriptionFlows
mcp Authorize the Violet hosted MCP server to access the selected workspace's structured data on the user's behalf. authorizationCode, clientCredentials

Source

OAuth Scopes

violetlabs-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://app.violetlabs.com/.well-known/oauth-authorization-server
docs: https://docs.violetlabs.com/ai/mcp
description: >-
  OAuth 2.0 scopes advertised by the Violet Labs authorization server. The
  server (app.violetlabs.com) publishes a single scope, `mcp`, used to authorize
  the hosted Model Context Protocol server against a selected workspace. The
  REST Explore API itself is authorized by API key rather than OAuth scopes.
schemes:
- name: oauth2
  source: well-known/violetlabs-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.violetlabs.com/api/oauth/authorize
    tokenUrl: https://app.violetlabs.com/api/oauth/token
    pkce: S256
  - flow: clientCredentials
    tokenUrl: https://app.violetlabs.com/api/oauth/token
scopes:
- scope: mcp
  description: >-
    Authorize the Violet hosted MCP server to access the selected workspace's
    structured data on the user's behalf.
  flows: [authorizationCode, clientCredentials]
  sources: [well-known/violetlabs-oauth-authorization-server.json]