Runlayer · Authentication Profile

Runlayer Authentication

Authentication

Runlayer secures its APIs with apiKey, oauth2, and openIdConnect across 4 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials and tokenExchange flow(s).

CompanyArtificial IntelligenceAI AgentsMCPAPI GatewaySecurityGovernanceIdentityObservabilityEnterprise
Methods: apiKey, oauth2, openIdConnect Schemes: 4 OAuth flows: clientCredentials, tokenExchange API key in: header

Security Schemes

RunlayerApiKey apiKey
· in: header ()
AgentAccountM2M oauth2
AgentAccountOBO oauth2
OAuthBroker openIdConnect

Source

Authentication Profile

runlayer-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.runlayer.com/platform-api ; https://docs.runlayer.com/platform-agent-accounts ; https://docs.runlayer.com/oauth-broker ; https://docs.runlayer.com/connecting-clients
docs: https://docs.runlayer.com/platform-api
summary:
  types: [apiKey, oauth2, openIdConnect]
  api_key_in: [header]
  oauth2_flows: [clientCredentials, tokenExchange]
schemes:
- name: RunlayerApiKey
  type: apiKey
  in: header
  parameter_name: x-runlayer-api-key
  key_prefix: rl_
  scopes_by_role:
  - Deploy
  - Shadow AI Scan
  - Security Scan
  notes: >-
    Personal API keys authenticate as the creating user; Organization API keys
    authenticate as the workspace and are role-scoped. Send as the
    x-runlayer-api-key header (NOT a bearer token).
- name: AgentAccountM2M
  type: oauth2
  flow: clientCredentials
  token_url: /api/v1/oauth/token
  grant: client_credentials
  notes: >-
    Agent Accounts (beta) authenticate with a Client ID + Client Secret to mint
    a machine-to-machine agent JWT (1h TTL), acting as the agent itself.
- name: AgentAccountOBO
  type: oauth2
  flow: tokenExchange
  token_url: /api/v1/oauth/token
  grant: urn:ietf:params:oauth:grant-type:token-exchange
  standard: RFC 8693
  notes: >-
    On-Behalf-Of: exchange the agent JWT (actor_token) for an OBO token bound to
    a subject user; enforces the intersection of agent + user policies.
- name: OAuthBroker
  type: openIdConnect
  host: https://oauth.runlayer.com
  standards: [OAuth 2.0, OIDC, PKCE, DCR]
  notes: >-
    Centralized OAuth/OIDC broker for upstream vendor connectors (GitHub, Asana,
    Ramp, Datadog, …). PKCE on the MCP<->Broker hop and Broker<->Vendor hop when
    supported; Dynamic Client Registration.
error_semantics:
  '401': Missing or invalid API key / unauthenticated request.
  '403': Key role lacks access to the endpoint.

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/runlayer-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 email required.

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