Frontline · Authentication Profile

Frontline Authentication

Authentication

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

CompanyCRMAI AgentsSales AutomationCustomer-SupportWorkflowsConversational AI
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

accountApiKey http
scheme: bearer
userApiKey http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/frontline-openapi-original.yml
docs: https://docs.getfrontline.ai/docs/authentication.md
summary:
  types:
  - http
  http_schemes:
  - bearer
  api_key_location: Authorization header (Bearer)
  oauth2_flows: []
schemes:
- name: accountApiKey
  type: http
  scheme: bearer
  bearerFormat: Account API Key
  key_type: GENERAL
  description: >-
    Account-level API key (GENERAL). Authenticates on behalf of the entire account with no user
    identity. Use for read-only integrations, dashboards, and machine-to-machine sync. Created in
    the app under Account settings > Developer. No fixed per-account cap.
  sources:
  - openapi/frontline-openapi-original.yml
- name: userApiKey
  type: http
  scheme: bearer
  bearerFormat: User API Key
  key_type: USER
  description: >-
    User-level API key (USER). Authenticates on behalf of a specific user. Required for write
    operations and user-owned resources; also accepted on all account-level endpoints. Created in
    the app under My settings > Bring your own Agent. Up to 5 personal keys per user.
  sources:
  - openapi/frontline-openapi-original.yml
transport: HTTPS/TLS only
key_handling:
  display: One-time display on creation; only a SHA-256 hash is stored server-side.
  rotation: No in-place rotation — create new, swap, delete old.
  revocation: Deleting a key invalidates it on the next request, no grace period.
verify:
  operation: getMe
  request: 'GET /public/v1/me with Authorization: Bearer <key>'
  note: data.user is null for GENERAL keys.

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