Carbone

Carbone is a fast and simple report generator that converts JSON data into various document formats such as PDF, DOCX, XLSX, ODT, and more, using templates.

11 actions Integration catalog
Request access
Connect Carbone once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Delete Carbone TemplateCARBONE_DELETE_TEMPLATE
Permanently delete a template from the Carbone server by its 64-character hexadecimal template ID. This action is irreversible. Ensure you have the correct template ID before deleting.
Download TemplateCARBONE_DOWNLOAD_TEMPLATE
Tool to download a template from Carbone by template ID. Use when you need to retrieve the original template file.
Generate Carbone ReportCARBONE_GENERATE_REPORT
Tool to generate a Carbone report from a template and JSON data. Use when you need to render documents in various formats.
Get Carbone Server StatusCARBONE_GET_STATUS
Tool to retrieve the current status and health of the Carbone server. Use before generating reports to ensure the service is operational.
List Template CategoriesCARBONE_LIST_TEMPLATE_CATEGORIES
Tool to retrieve a list of all categories used in templates. Categories function like folders for organizing templates. Use when you need to see available template groupings.
List TemplatesCARBONE_LIST_TEMPLATES
Tool to retrieve a list of templates from Carbone storage with filtering, search, and cursor-based pagination. Use when you need to find templates, search by name or ID, or iterate through all deployed templates.
List Template TagsCARBONE_LIST_TEMPLATE_TAGS
Tool to list all tags currently used in templates. Use when you need to discover available tags for categorizing or filtering templates by document type or version.
Render Template DirectCARBONE_RENDER_TEMPLATE_DIRECT
Tool to generate a document by uploading a base64-encoded template and data in a single API call. Use when you need to render documents without uploading templates separately.
Set Carbone API VersionCARBONE_SET_API_VERSION
Tool to set the Carbone API version to be used for subsequent requests. Use before rendering or managing templates to ensure correct version is applied.
Update Template MetadataCARBONE_UPDATE_TEMPLATE
Tool to update metadata and attributes of an existing Carbone template. Use when you need to modify template name, comment, tags, category, or control version deployment and lifecycle.
Upload a templateCARBONE_UPLOAD_TEMPLATE
Upload a template file to the Carbone server to obtain a template ID for document generation. Supported template formats: DOCX, XLSX, PPTX, ODT, ODS, ODP, ODG, XHTML, IDML, HTML, or XML. Templates can contain placeholders like {d.fieldname} that will be replaced with data during report generation.