For AI agents: a documentation index is available at https://docs.coverbase.com/llms.txt. This page is also available in markdown by appending .md to the URL.
Coverbase produces two kinds of assessment deliverable. Standard exports give you a fixed, complete dump of an assessment. Custom Word report templates give you a document that looks exactly like your firm’s house report, filled in automatically from live assessment data.
Reporting surfaces
Custom Word report templates
Upload a
.docx file containing placeholders. Coverbase clones it per assessment, substitutes vendor, assessment, service, review, and finding data, and returns a finished Word document.Placeholder reference
Every placeholder you can write in a template, what it resolves to, and how it is formatted.
Standard PDF export
A fixed-layout PDF of a single assessment, no template required. Choose an executive summary, standard, or full export, and toggle sections such as findings, reviews, follow-ups, notes, evidence snippet images, and the activity log.
Bulk spreadsheet exports
Org-level
.xlsx exports covering many assessments at once: a filtered list of assessments, or every assessment result within a date range. These are not per-assessment exports and have no section toggles.Export API
Pull the underlying assessment, evaluation, and finding objects as JSON and build reporting in your own BI or GRC stack.
Which one to use
How a custom report is generated
1
An admin uploads a template
A
.docx file with placeholders is uploaded once, from the Assessment report templates panel in Configuration > Assessment Settings, and reused across assessments.2
An analyst exports an assessment against that template
From the assessment page, choose the template and a filename. The request returns immediately with a document ID; generation runs as a background job.
3
Coverbase resolves the placeholders
Static placeholders are read straight from the database.
{{agent::...}} placeholders are answered by an LLM that has the assessment loaded as context. Findings table rows are cloned once per finding.4
The finished document lands in your documents
The generated
.docx is stored as an org document. The export dialog tracks progress and offers the download when the job completes.Custom Word report templates are gated per organization. If the export option is not visible on the assessment page, an admin needs to enable custom assessment report templates in organization assessment settings.
Terminology
The mechanism has a few names in the wild. This documentation uses placeholder throughout.
The syntax resembles Mustache but is not Mustache. There are no sections, no partials, no inverted blocks, and no nesting. Everything Coverbase supports is listed in the placeholder reference.