Embeddable · Authentication Profile

Embeddable Authentication

Authentication

Embeddable secures its APIs with http and jwt across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyAnalyticsEmbedded AnalyticsBusiness IntelligenceDashboardsData VisualizationSemantic LayerDeveloper ToolsSoftware-as-a-Service
Methods: http, jwt Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiKeyBearer http
scheme: bearer
securityToken jwt
scheme: bearer

Source

Authentication Profile

embeddable-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.embeddable.com/deployment/tokens-api
docs: https://docs.embeddable.com/deployment/tokens-api
notes: >-
  No OpenAPI is published, so this profile is captured from the docs rather than
  derived from a spec. Two layers of auth: (1) a long-lived API key used server-side
  to call the Public APIs, and (2) short-lived JWT "security tokens" minted by the
  server and handed to the browser to authorize a specific embed.
summary:
  types: [http, jwt]
  api_key_in: [header]
  server_side_only: true
schemes:
- name: apiKeyBearer
  type: http
  scheme: bearer
  location: header
  header: Authorization
  format: "Bearer ${apiKey}"
  usage: >-
    Authenticates server-to-server calls to the Public APIs (tokens, embeddables,
    versions, schemas). Must never be exposed to client code.
  docs: https://docs.embeddable.com/deployment/embeddables-api
- name: securityToken
  type: jwt
  scheme: bearer
  usage: >-
    Short-lived JWT returned by POST /api/v1/security-token, passed to the
    <em-beddable> web component (token attribute) to authorize a single embed and
    carry the row-level-security context for the viewing user/tenant.
  docs: https://docs.embeddable.com/deployment/tokens-api

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.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/embeddable-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.