> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-docs.certifly-seven.com/llms.txt.
> For full documentation content, see https://developer-docs.certifly-seven.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-docs.certifly-seven.com/_mcp/server.

# Overview

Certifly Seven Gateway API collection for Certifly.

Authentication:

* All endpoints require `Authorization: Bearer {{tenant_api_key}}`.

* API key format is `ck_live__`.

Response Envelope:

* Resource responses follow:
  * `id` (string)

  * `type` (string)

  * `data` (object)

Notes:

* All requests are tenant-scoped through API key middleware.

* Template/Certificate route lookups happen after tenancy initialization in middleware.

* Certificate create payload is validated against template labels.

Current endpoint set:

* GET /ping

* GET /stats

* GET /templates

* GET /templates/\{template}

* POST /certificates

* GET /certificates/search

* GET /certificates/\{certificate}

* DELETE /certificates/\{certificate}