Limrun · OAuth Scopes

Limrun OAuth Scopes

OAuth 2.0 searched

Limrun 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 Limrun API on a user’s behalf.

Tokens are issued from https://api.limrun.com/authn/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.

CompanyMobileiOSAndroidSimulatorsEmulatorsCloud InfrastructureContinuous IntegrationDeveloper ToolsTestingAgentsModel Context ProtocolSandboxesXcode
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.limrun.com/authn/oauth/authorize
Token URL
https://api.limrun.com/authn/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp Access to Limrun's Model Context Protocol surface. Advertised as the sole entry of scopes_supported by the authorization-server metadata; the provider publishes no further description of what the scope grants. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: https://api.limrun.com/.well-known/oauth-authorization-server
docs: https://docs.limrun.com/docs/agents/mcp
notes: >-
  Limrun's primary API authentication is a bearer org API key, not OAuth, so there is no
  general-purpose scope surface. The one OAuth surface is the authorization server advertised at
  api.limrun.com for MCP clients, which publishes a single supported scope. Captured from the live
  RFC 8414 document; the provider does not publish a prose scopes reference page.
schemes:
- name: MCPOAuth
  source: https://api.limrun.com/.well-known/oauth-authorization-server
  issuer: https://api.limrun.com
  dynamic_client_registration: true
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.limrun.com/authn/oauth/authorize
    tokenUrl: https://api.limrun.com/authn/oauth/token
    code_challenge_methods:
    - S256
scopes:
- scope: mcp
  description: >-
    Access to Limrun's Model Context Protocol surface. Advertised as the sole entry of
    scopes_supported by the authorization-server metadata; the provider publishes no further
    description of what the scope grants.
  flows:
  - authorizationCode
  sources:
  - https://api.limrun.com/.well-known/oauth-authorization-server