Render the trust page as a self-contained file
render_trust_pageGenerate a SOC 2 trust page as a self-contained HTML or Markdown string from a batch ID. No external requests are made, keeping the document ready for security review.
Instructions
Returns the trust page as a complete HTML or Markdown document, as a STRING. This server never writes files — save it yourself, or ask your agent to write it so the diff goes through your normal approval step. The HTML is fully self-contained: no CDN, no webfont, no analytics, no script, no external request of any kind, because a trust page that phones home would be flagged in exactly the security review it exists to serve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format | html |
| batchId | Yes | Batch ID returned by scan_iac |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bytes | Yes | Size of the document, which is returned in `content`, not here. | |
| format | Yes | ||
| suggestedFilename | Yes | ||
| documentFingerprint | Yes |