Andium · Authentication Profile

Andium Authentication

Authentication

Andium secures its APIs with oauth2, openIdConnect, and none across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyEnergyOil and GasIndustrial IoTRemote MonitoringMethane DetectionEmissionsComputer VisionEdge ComputingCommerceModel Context Protocol
Methods: oauth2, openIdConnect, none Schemes: 3 OAuth flows: authorizationCode API key in:

Security Schemes

none none
ucp-agent-profile agentIdentity
shopify-customer-accounts openIdConnect

Source

Authentication Profile

andium-authentication.yml Raw ↑
generated: '2026-08-06'
method: probed
source: https://shop.andium.com/.well-known/openid-configuration
docs: https://shop.andium.com/agents.md
summary:
  types: [oauth2, openIdConnect, none]
  api_key_in: []
  oauth2_flows: [authorizationCode]
  note: >-
    Two distinct auth postures. The UCP/MCP shopping endpoint accepts anonymous tools/list and
    catalog reads; transacting requires a UCP agent profile URI in meta.ucp-agent.profile and
    explicit human approval at payment. Customer accounts use Shopify's hosted OIDC provider.
schemes:
  - name: none
    type: none
    applies_to: https://shop.andium.com/api/ucp/mcp (tools/list, search_catalog, lookup_catalog, get_product)
    sources: [mcp/andium-mcp-tools.json]
  - name: ucp-agent-profile
    type: agentIdentity
    description: >-
      Every UCP tool call carries meta.ucp-agent.profile — a URI identifying the calling agent.
      A missing or unresolvable profile returns JSON-RPC error -32001 invalid_profile_url.
    required: true
    sources: [mcp/andium-mcp-tools.json]
  - name: shopify-customer-accounts
    type: openIdConnect
    issuer: https://shopify.com/authentication/85535392078
    openIdConnectUrl: https://shop.andium.com/.well-known/openid-configuration
    authorizationUrl: https://shopify.com/authentication/85535392078/oauth/authorize
    tokenUrl: https://shopify.com/authentication/85535392078/oauth/token
    jwks_uri: https://shopify.com/authentication/85535392078/.well-known/jwks.json
    response_types: [code]
    code_challenge_methods: [S256]
    id_token_signing_alg: [RS256]
    token_endpoint_auth_methods: [client_secret_basic]
    sources: [well-known/andium-openid-configuration.json]
x-evidence:
  - url: https://shop.andium.com/.well-known/openid-configuration
    http_status: 200
  - url: https://shop.andium.com/.well-known/oauth-protected-resource
    http_status: 200
  - url: https://shop.andium.com/api/ucp/mcp
    http_status: 200
    note: tools/list succeeded anonymously