Chert · Authentication Profile

Chert Authentication

Authentication

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

CompanyMessagingiMessageCommunicationsConversationalWebhookCRM Integration
Methods: http, hmac Schemes: 2 OAuth flows: API key in: header

Security Schemes

BearerToken http
scheme: bearer
HMAC-SHA256 hmac

Source

Authentication Profile

chert-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.trychert.com/api/authentication
docs: https://docs.trychert.com/api/authentication
summary:
  types: [http, hmac]
  api_key_in: [header]
  transport_requirement: TLS 1.2+
schemes:
- name: BearerToken
  type: http
  scheme: bearer
  header: authorization
  format: "Bearer <signing_secret>"
  notes: >-
    Simplest method for scripts, prototypes, and trusted server-to-server calls.
    Signing secret is a 32-char hex value revealed once in the Chert console; server
    uses constant-time comparison.
- name: HMAC-SHA256
  type: hmac
  algorithm: HMAC-SHA256
  header: x-chert-signature
  header_format: "v1,<unix_seconds>,<hmac_hex>"
  signing_string: "<unix_seconds>.<raw_body>"
  raw_body_rules:
  - POST uses the exact transmitted bytes (no re-serialization)
  - GET uses an empty string (signature ends with a trailing dot)
  replay_window_seconds: 300
  recommended_for: exposed environments (edge functions, client-side code)
required_headers:
- name: x-chert-tenant
  value: tenant_slug from registration
  required_when: with HMAC signatures or for multi-tenant accounts
- name: content-type
  value: application/json
  required_when: POST requests
key_management:
  issuance: Signing secret displayed once at registration via the Chert console
  rotation: Requires contacting a Chert administrator (API keys page -> Reveal/rotate)
  re_registration: Re-registering the same email returns the existing tenant without regeneration
webhook_signing:
  scheme: HMAC-SHA256
  note: >-
    Webhook deliveries use a separate per-subscription secret, computed identically as
    HMAC-SHA256(subscription_secret, "<ts>.<raw_body>"). Do not use the API signing secret
    to verify webhooks.

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