Density · Authentication Profile

Density Authentication

Authentication

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

CompanyEnterpriseOccupancy SensorsWorkplace AnalyticsReal-TimeOccupancySensorsIoTSpace UtilizationPropTech
Methods: http, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in: header

Security Schemes

bearerToken http
scheme: bearer
oauth2ClientCredentials oauth2
· flows: clientCredentials

Source

Authentication Profile

density-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://developers.density.io/quick_start/
docs: https://developers.density.io/quick_start/
summary:
  types: [http, oauth2]
  api_key_in: [header]
  oauth2_flows: [clientCredentials]
  identity_provider: Auth0
schemes:
- name: bearerToken
  type: http
  scheme: bearer
  description: >-
    Static, long-lived API token created by an account Owner in Atlas Developer
    Settings. Tokens are prefixed with "tok_" and passed in the Authorization
    header as "Bearer <token>". A request without a valid Authorization header
    returns 403.
  header: Authorization
  format: 'Bearer <token>'
  token_prefix: tok_
  sources: [docs]
- name: oauth2ClientCredentials
  type: oauth2
  description: >-
    Machine-to-machine OAuth 2.0 client-credentials flow (Auth0-backed). Create a
    Client ID / Client Secret in Atlas Developer Settings and exchange them at the
    token endpoint for a short-lived access token (JWT, prefixed "eyJ") passed as a
    Bearer token on subsequent requests.
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.density.io/v3/oauth/token
    grant_type: client_credentials
    token_prefix: eyJ
  sources: [docs]
notes:
- An Owner role in the Density account is required to create API credentials (contact support@density.io).
- Credentials are managed at https://atlas.density.io/ under Developer settings.

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