LeoLabs · Authentication Profile

Leo Labs Authentication

Authentication

LeoLabs secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanySpaceSatellitesSpace Situational AwarenessSpace Traffic ManagementOrbital DataRadarAerospaceDefenseGeospatial
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

leolabsKeyPair apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/leo-labs-platform-openapi.yml
docs: https://docs.leolabs.space/
docs_note: LeoLabs' reference documentation at https://docs.leolabs.space/ is behind a
  customer login (Document360), so the auth model below was derived from LeoLabs' own
  published Python client (PyPI `leolabs` 0.1.22, `leolabs/cli/utils.py`) rather than
  from the docs.
summary:
  types:
  - apiKey
  api_key_in:
  - header
  model: Long-lived access key + secret key pair issued from the LeoLabs Platform.
    There is no OAuth or token-exchange step on the v1 Platform API itself; the OAuth /
    OIDC surface at auth.leolabs.space is the Okta org that fronts interactive login to
    the LeoLabs Platform and documentation, not API authorization.
schemes:
- name: leolabsKeyPair
  type: apiKey
  in: header
  parameter: Authorization
  format: 'basic {accessKey}:{secretKey}'
  description: |
    LeoLabs access key / secret key pair, sent as `Authorization: basic <accessKey>:<secretKey>`.
    Despite the `basic` prefix this is not RFC 7617 HTTP Basic — the official LeoLabs client sends
    the two keys colon-joined and unencoded, with no base64 step. Keys are issued from the LeoLabs
    Platform (https://platform.leolabs.space/).
  credential_sources:
  - kind: environment
    variables:
    - LEOLABS_ACCESS_KEY
    - LEOLABS_SECRET_KEY
  - kind: file
    path: ~/.leolabs/config
    section: credentials
    keys:
    - access_key
    - secret_key
  - kind: cli
    command: leolabs configure
  sources:
  - openapi/leo-labs-platform-openapi.yml
  - https://pypi.org/project/leolabs/0.1.22/
interactive_login:
  provider: Okta
  issuer: https://auth.leolabs.space
  discovery: https://auth.leolabs.space/.well-known/openid-configuration
  applies_to: LeoLabs Platform and documentation sign-in (not the v1 Platform API key pair)
  see: scopes/leo-labs-scopes.yml

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/leo-labs-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.