Canix · Authentication Profile
Canix Authentication
Authentication
Canix runs two authentication models on one host. The REST API at api.canix.com/api/v1 uses a company-scoped API key in an X-API-KEY header. The MCP server at api.canix.com/mcp uses OAuth 2.1 with dynamic client registration and PKCE. The baseline below was derived from the OpenAPI by 0-working/derive-authentication.py and then upgraded with the OAuth scheme probed from Canix's own well-known documents, which the OpenAPI does not mention.
Canix 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 flow(s).
CannabisERPSeed-to-SaleComplianceInventory ManagementSupply ChainTrack and TraceManufacturingAgricultureMetrcCultivationDistribution
Methods: apiKey, oauth2
Schemes: 2
OAuth flows: authorizationCode
API key in: header
Security Schemes
ApiKeyAuth apiKey
CanixMCPOAuth oauth2
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.