Lilt · OAuth Scopes

Lilt OAuth Scopes

OAuth 2.0 searched

Lilt publishes 4 OAuth 2.0 scopes via the authorizationCode, deviceCode, and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Lilt API on a user’s behalf.

Tokens are issued from https://blissful-celebration-62.authkit.app/oauth2/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.

CompanyArtificial IntelligenceTranslationLocalizationMachine TranslationLanguageContentTranslation MemoryAgents
Scopes: 4 Flows: authorizationCode, deviceCode, refreshToken Method: searched

OAuth endpoints

Authorization URL
https://blissful-celebration-62.authkit.app/oauth2/authorize
Token URL
https://blissful-celebration-62.authkit.app/oauth2/token
Flows
authorizationCodedeviceCoderefreshToken

Scopes (4)

ScopeDescriptionFlows
openid OIDC — issue an ID token identifying the LILT MCP app user. authorizationCode
profile OIDC — access the user's basic profile claims. authorizationCode
email OIDC — access the user's email address claim. authorizationCode
offline_access Issue a refresh token so the MCP host can act without re-prompting. authorizationCode, refreshToken

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: https://mcp.lilt.com/.well-known/oauth-authorization-server
docs: https://support.lilt.com/kb/LILT-mcp
description: >-
  The LILT REST API at api.lilt.com does NOT use OAuth — it authenticates with
  an organization API key over HTTP Basic (or a `key` query parameter), so it
  has no scope surface (see authentication/lilt-authentication.yml). The OAuth
  surface documented here belongs to LILT's hosted remote MCP server at
  mcp.lilt.com, whose RFC 8414 authorization-server metadata was fetched live.
  Authorization is delegated to WorkOS AuthKit; the advertised scopes are the
  standard OIDC set, so LILT does not expose per-capability translation scopes —
  tool-level authorization is enforced by the MCP server, not by scope.
applies_to: LILT MCP server (https://mcp.lilt.com/mcp)
schemes:
- name: MCPOAuth
  type: oauth2
  source: well-known/lilt-mcp-oauth-authorization-server.json
  issuer: https://blissful-celebration-62.authkit.app
  dynamic_client_registration: https://blissful-celebration-62.authkit.app/oauth2/register
  jwks_uri: https://blissful-celebration-62.authkit.app/oauth2/jwks
  introspection_endpoint: https://blissful-celebration-62.authkit.app/oauth2/introspection
  code_challenge_methods_supported: [S256]
  token_endpoint_auth_methods_supported: [none, client_secret_post, client_secret_basic]
  flows:
  - flow: authorizationCode
    authorizationUrl: https://blissful-celebration-62.authkit.app/oauth2/authorize
    tokenUrl: https://blissful-celebration-62.authkit.app/oauth2/token
  - flow: deviceCode
    deviceAuthorizationUrl: https://blissful-celebration-62.authkit.app/oauth2/device_authorization
    tokenUrl: https://blissful-celebration-62.authkit.app/oauth2/token
  - flow: refreshToken
    tokenUrl: https://blissful-celebration-62.authkit.app/oauth2/token
scopes:
- scope: openid
  description: OIDC — issue an ID token identifying the LILT MCP app user.
  flows: [authorizationCode]
  sources: [well-known/lilt-mcp-oauth-authorization-server.json]
- scope: profile
  description: OIDC — access the user's basic profile claims.
  flows: [authorizationCode]
  sources: [well-known/lilt-mcp-oauth-authorization-server.json]
- scope: email
  description: OIDC — access the user's email address claim.
  flows: [authorizationCode]
  sources: [well-known/lilt-mcp-oauth-authorization-server.json]
- scope: offline_access
  description: Issue a refresh token so the MCP host can act without re-prompting.
  flows: [authorizationCode, refreshToken]
  sources: [well-known/lilt-mcp-oauth-authorization-server.json]
notes:
- >-
  No LILT-specific (translation, job, model) scopes are advertised. Agent
  capability is bounded by the MCP tool set in mcp/lilt-mcp.yml, not by scope.
- >-
  MCP app accounts at mcp.lilt.com are separate from lilt.com platform accounts.

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/lilt-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.