Artisight · OAuth Scopes

Artisight OAuth Scopes

OAuth 2.0 searched

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

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

CompanyHealthcareArtificial IntelligenceComputer VisionHospitalsAmbient IntelligenceElectronic Health RecordsMachine LearningPatient MonitoringInternet of Things
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://artisight.com/oauth/authorize
Token URL
https://artisight.com/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp Access to the WordPress MCP server at https://artisight.com/wp-json/mcp/mcp-oauth-server and its backing WordPress Abilities. The only scope advertised by the authorization server; there is no finer-grained read/write split published. authorizationCode

Source

OAuth Scopes

artisight-scopes.yml Raw ↑
generated: '2026-08-02'
method: searched
source: https://artisight.com/.well-known/oauth-authorization-server
docs: null
note: Derived scopes were not available (no OpenAPI in this repo). These scopes are
  taken verbatim from the live RFC 8414 authorization-server metadata and the RFC 9728
  protected-resource metadata Artisight serves from artisight.com. Artisight publishes
  no scopes/permissions reference page.
schemes:
- name: mcp-oauth
  source: well-known/artisight-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://artisight.com/oauth/authorize
    tokenUrl: https://artisight.com/oauth/token
scopes:
- scope: mcp
  description: Access to the WordPress MCP server at https://artisight.com/wp-json/mcp/mcp-oauth-server
    and its backing WordPress Abilities. The only scope advertised by the authorization
    server; there is no finer-grained read/write split published.
  flows: [authorizationCode]
  sources:
  - well-known/artisight-oauth-authorization-server.json
  - well-known/artisight-oauth-protected-resource.json
x-evidence:
  fetched: '2026-08-02'
  url: https://artisight.com/.well-known/oauth-authorization-server
  http_status: 200
  scopes_supported: [mcp]