Fleet · Authentication Profile

Fleet Authentication

Authentication

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

CompanyDeveloper ToolsDevice ManagementMDMEndpoint SecurityVulnerability ManagementosqueryOpen-SourceDevOps
Methods: http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerToken http
scheme: bearer · in: header ()
apiOnlyUserToken http
scheme: bearer · in: header ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: https://fleetdm.com/docs/rest-api/rest-api#authentication
docs: https://fleetdm.com/docs/rest-api/rest-api#authentication
summary:
  types: [http]
  http_schemes: [bearer]
  api_key_in: [header]
  oauth2_flows: []
  notes: >-
    Fleet's REST API uses bearer-token authentication. Tokens are obtained by
    POST /api/v1/fleet/login (email + password) or, for SSO/MFA users, from the
    "My account" page in the Fleet UI ("Get API token"). API-only users are the
    recommended pattern for automation because their tokens do not expire, unlike
    regular user session tokens which expire frequently. SSO is supported for
    human login (SAML/OIDC IdPs).
schemes:
  - name: bearerToken
    type: http
    scheme: bearer
    in: header
    header: Authorization
    format: 'Bearer <token>'
    obtained_via:
      - endpoint: POST /api/v1/fleet/login
        description: Email + password login returning a user object and session token.
      - ui: /profile ("My account" > Get API token)
        description: Required for SSO/MFA users; API login is disabled for them.
    sources: [docs]
  - name: apiOnlyUserToken
    type: http
    scheme: bearer
    in: header
    header: Authorization
    description: >-
      Non-expiring token issued to an API-only user (fleetctl user create
      --api-only) for automation and GitOps workflows.
    sources: [docs]
identity:
  sso: true
  sso_protocols: [saml, oidc]
  mfa: true

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