Keel · Authentication Profile

Keel Authentication

Authentication

Keel secures its APIs with http, oauth2, and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, refreshToken, and password flow(s).

CompanyERPBackendGraphQLLow-CodeDeveloper ToolsWorkflowsAuthenticationTypeScript
Methods: http, oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode, refreshToken, password API key in:

Security Schemes

bearerAuth http
scheme: bearer
oidcSso openIdConnect

Source

Authentication Profile

keel-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.keel.so/authentication/tokens + https://docs.keel.so/authentication/providers
docs: https://docs.keel.so/authentication/getting-started
notes: >-
  Keel generates authentication for each project. End-user/API access uses short-lived
  bearer access tokens (JWT, RS256) obtained from the project's /auth/token endpoint, with
  long-lived refresh tokens and refresh-token rotation on by default. Identity is OIDC-based:
  Keel supports Single Sign-On (SSO) providers, ID-token exchange, and password flows, with
  PKCE in the SSO/authorization-code flow. Permissions are enforced via a role-based
  permissions model declared in the Keel schema (see conventions + docs/permissions).
summary:
  types: [http, oauth2, openIdConnect]
  api_key_in: []
  token_format: JWT (RS256)
  oauth2_flows: [authorizationCode, refreshToken, password]
  refresh_token_rotation: true
  pkce: true
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: >-
    Access tokens are sent as `Authorization: Bearer <access_token>`. Access tokens are
    short-lived (default expires_in 86400s); refresh via POST /auth/token grant_type=refresh_token
    (default refresh token lifetime 3 months, rotated on each use).
  source: https://docs.keel.so/authentication/tokens
- name: oidcSso
  type: openIdConnect
  description: >-
    OIDC-based Single Sign-On providers configured per project; PKCE-protected authorization
    code flow, plus ID-token exchange for pre-authenticated clients.
  source: https://docs.keel.so/authentication/providers
endpoints:
  token: /auth/token
  token_response_fields: [access_token, token_type, expires_in, refresh_token, identity_created]

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/keel-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.