BeeHero · Authentication Profile

Beehero Authentication

Authentication

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

CompanyAgricultureAgTechPollinationbeekeepingPrecision AgricultureIoTSensorsEnvironmental DataMCPagent-native
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-08-02'
method: searched
source: openapi/beehero-openapi-original.yml
docs: https://docs.beehero.io/
summary:
  types:
  - http
  api_key_in: []
  oauth2_flows: []
  style: password login exchanged for a bearer token
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Please enter access_token (taken from login response body)
  sources:
  - openapi/beehero-openapi-original.yml
flow:
  step_1:
    operation: login
    request: POST https://backend.beehero.io/external/login
    body: '{"email": "<account email>", "password": "<account password>"}'
    response: '200 with {"access_token": "..."} in the body and a Set-Cookie: access_token_cookie=<token> header'
    failure: 404 "Login credentials do not match"
  step_2:
    header: 'Authorization: Bearer <access_token>'
    applies_to: every operation other than login
    failures:
    - '401 Login required, user is not logged in — no token presented'
    - '403 Invalid Token — token expired, malformed, or not valid for the account'
  docs_note: >-
    The Swagger UI at docs.beehero.io instructs: "To use BeeHero API, it is necessary to first log in
    and then copy and enter the given access_token into Authorize button."
token:
  lifetime: undocumented
  refresh: undocumented
  revocation: undocumented
  rotation: undocumented
mcp_server:
  package: https://www.npmjs.com/package/beehero-mcp
  style: same password-login pattern, performed by the server on the operator's behalf
  login_path: /admin/login
  credentials: API_USER_EMAIL + API_PASSWORD environment variables (API_PASSWORD marked sensitive)
  token_header: 'Authorization: Bearer <access_token>'
  see_also: mcp/beehero-mcp.yml
not_supported:
- oauth2 (no oauth2 securityScheme; /.well-known/oauth-authorization-server 404 on every host)
- openIdConnect (no /.well-known/openid-configuration on any host)
- apiKey
- mutualTLS
- scoped authorization (no scopes are declared or documented — scopes/ is intentionally absent)

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