Artificial Labs · OAuth Scopes

Artificial Labs OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://auth.artificialos.com/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.

InsuranceUnited KingdomInsurtechUnderwritingReinsuranceSpecialty InsuranceLondon MarketLloyd's of LondonBrokerPolicy AdministrationACORDAlgorithmic Underwriting
Scopes: 14 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://auth.artificialos.com/authorize
Token URL
https://auth.artificialos.com/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (14)

ScopeDescriptionFlows
openid Request an ID token / OpenID Connect authentication. authorizationCode
profile Basic profile claims (name, given_name, family_name, nickname, picture, created_at). authorizationCode
email Email address and email_verified claim. authorizationCode
offline_access Issue a refresh token. authorizationCode
name name claim.
given_name given_name claim.
family_name family_name claim.
nickname nickname claim.
email_verified email_verified claim.
picture picture claim.
created_at created_at claim.
identities Linked identity providers for the user.
phone phone_number claim.
address address claim.

Source

OAuth Scopes

artificial-labs-scopes.yml Raw ↑
generated: '2026-07-25'
method: searched
source: https://auth.artificialos.com/.well-known/openid-configuration
note: |
  These are the scopes the Artificial Labs Auth0 tenant advertises in its
  anonymous discovery document — standard OpenID Connect scopes and claim-scopes
  only. No product or insurance-domain scopes (underwriting, placement, contract,
  submission, quote, bind) are published anywhere public; any API-level
  authorization model for Smart Underwriting, Smart Placement or Contract Builder
  lives behind the partner contract and cannot be harvested. The documentation
  client observed in the wild (docs.artificial.io via oauth2-proxy) requests only
  "openid profile email".
schemes:
- name: Auth0 OpenID Connect
  source: well-known/artificial-labs-openid-configuration.json
  issuer: https://auth.artificialos.com/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.artificialos.com/authorize
    tokenUrl: https://auth.artificialos.com/oauth/token
  - flow: clientCredentials
    tokenUrl: https://auth.artificialos.com/oauth/token
scopes:
- scope: openid
  description: Request an ID token / OpenID Connect authentication.
  flows: [authorizationCode]
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: profile
  description: Basic profile claims (name, given_name, family_name, nickname, picture,
    created_at).
  flows: [authorizationCode]
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: email
  description: Email address and email_verified claim.
  flows: [authorizationCode]
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: offline_access
  description: Issue a refresh token.
  flows: [authorizationCode]
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: name
  description: name claim.
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: given_name
  description: given_name claim.
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: family_name
  description: family_name claim.
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: nickname
  description: nickname claim.
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: email_verified
  description: email_verified claim.
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: picture
  description: picture claim.
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: created_at
  description: created_at claim.
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: identities
  description: Linked identity providers for the user.
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: phone
  description: phone_number claim.
  sources: [well-known/artificial-labs-openid-configuration.json]
- scope: address
  description: address claim.
  sources: [well-known/artificial-labs-openid-configuration.json]
observed_in_use:
- client: docs.artificial.io oauth2-proxy
  scope: openid profile email
domain_scopes_published: false