Leia · Authentication Profile
Leia Authentication
Authentication
Leia secures its APIs with oauth2, http, and apiKey across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
3DSpatial ComputingComputer-Visiondepth-estimationImage ProcessingVideo ProcessingGenerative AIDisplaysMedia TransformationImmersive Experiences
Methods: oauth2, http, apiKey
Schemes: 2
OAuth flows: clientCredentials
API key in: query
Security Schemes
bearer http
scheme: bearer
sec0 apiKey
· in: query (api_key)
Source
Authentication Profile
generated: '2026-08-01'
method: searched
source: openapi/leia-immersity-authentication-openapi.yml, openapi/leia-immersity-cloud-api-openapi.yml
docs: https://docs-api.immersity.ai/docs/getting-started
discovery: well-known/leia-openid-configuration.json
summary:
types:
- oauth2
- http
- apiKey
api_key_in:
- query
oauth2_flows:
- clientCredentials
primary: OAuth 2.0 client-credentials bearer token (JWT) issued by the Immersity Keycloak realm
model: >-
Immersity AI uses the OAuth 2.0 client-credentials flow. A developer creates client ID / secret pairs on
the Immersity account page (Leia Account > Manage Account > API tab), POSTs them to the Keycloak realm
token endpoint with grant_type=client_credentials, and sends the returned JWT as
`Authorization: Bearer <access_token>` on every Immersity Cloud API call. There is no separate API-key
header; credentials must never be embedded in client code and should be rotated periodically per the
provider's published guidance.
issuer: https://auth.immersity.ai/auth/realms/immersity
endpoints:
token: https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/token
authorization: https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/auth
introspection: https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/token/introspect
userinfo: https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/userinfo
jwks: https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/certs
registration: https://auth.immersity.ai/auth/realms/immersity/clients-registrations/openid-connect
device_authorization: https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/auth/device
pushed_authorization_request: https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/ext/par/request
end_session: https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/logout
account_management: https://auth.immersity.ai/auth/realms/immersity/account
grant_types_supported:
- authorization_code
- client_credentials
- implicit
- password
- refresh_token
- urn:ietf:params:oauth:grant-type:device_code
- urn:ietf:params:oauth:grant-type:token-exchange
- urn:ietf:params:oauth:grant-type:uma-ticket
- urn:openid:params:grant-type:ciba
code_challenge_methods_supported:
- plain
- S256
schemes:
- name: bearer
type: http
scheme: bearer
bearerFormat: JWT
applied_to: all Immersity Cloud API operations
sources:
- openapi/leia-immersity-cloud-api-openapi.yml
- name: sec0
type: apiKey
in: query
parameter: api_key
note: >-
Present in the published authentication OpenAPI document as a document-level default. The token
endpoint itself is called with client_id/client_secret form parameters, not an api_key query string;
treat this scheme as a documentation-platform default rather than a live requirement.
sources:
- openapi/leia-immersity-authentication-openapi.yml
credential_management:
console: https://auth.immersity.ai/auth/realms/immersity/account
path: Leia Account > Manage Account > API tab > add Client ID / Secret Key pair
guidance:
- Store client credentials in encrypted storage or a secure key-management system
- Do not hard-code credentials in application code or config files
- Rotate client secrets periodically
x-evidence:
fetched: '2026-08-01'
urls:
- https://docs-api.immersity.ai/docs/getting-started
- https://auth.immersity.ai/auth/realms/immersity/.well-known/openid-configuration
http_status: 200
Work with this as data
Every security artifact 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 security posture
4 MCP tools reach this
find_securityBrowse and filter every security artifact 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.
Call it yourself
curl for this page
This security artifact
curl "https://apis.io/api/v1/security/leia-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.