Cloudlayer

cloudlayer.io is a document and asset generation service that enables users to dynamically create PDFs and images through a REST-based API, SDKs, or no-code integrations.

16 actions Integration catalog
Request access
Connect Cloudlayer 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.

Add StorageCLOUDLAYER_ADD_STORAGE
Add a user-owned S3-compatible storage configuration for storing generated assets. This action allows Enterprise plan users to configure their own S3-compatible storage (AWS S3, DigitalOcean Spaces, Wasabi, MinIO, etc.) instead of using the built-in cloud storage included with Cloudlayer accounts. Note: User storage is only available on Enterprise plans. Standard plans will receive an 'allowed: false' response indicating the feature requires a plan upgrade.
Convert HTML to Image (V2)CLOUDLAYER_CONVERT_HTML_TO_IMAGE
Convert HTML content to an image (PNG, JPG, or WebP) using the v2 API endpoint. Renders the provided HTML string using a headless browser and returns job details with the generated image asset. Supports various rendering options including viewport configuration, transparency, auto-scroll, and custom wait conditions.
Convert HTML to PDF (v2)CLOUDLAYER_CONVERT_HTML_TO_PDF_V2
Tool to convert HTML content to PDF using CloudLayer v2 API. Use when you need to generate a PDF from raw HTML with advanced options like custom paper size, margins, headers/footers, and viewport settings. The HTML is automatically Base64 encoded before sending to the API.
Convert URL to PDF (Simple)CLOUDLAYER_CONVERT_URL_TO_PDF_GET
Tool to convert a URL to PDF using GET request. Use when you need quick PDF conversion with minimal parameters and immediate result.
Delete Storage ConfigurationCLOUDLAYER_DELETE_STORAGE
Tool to delete a specific user storage configuration. Use when you need to remove an external bucket configuration by its ID after confirming the ID is correct.
Get Account InfoCLOUDLAYER_GET_ACCOUNT_INFO
Tool to retrieve Cloudlayer account usage, credits, and document counts. Use when monitoring account limits and subscription status.
Get AssetCLOUDLAYER_GET_ASSET
Tool to retrieve a specific asset by its ID. Use when you need to fetch metadata or download URL of an existing asset after its generation.
Get Job By IDCLOUDLAYER_GET_JOB_BY_ID
Retrieve details of a specific Cloudlayer job by its ID. Use this to check the status of an async job, get the asset download URL after completion, or view job parameters. Returns 401 if the job ID doesn't exist or doesn't belong to your account.
Get API StatusCLOUDLAYER_GET_STATUS
Tool to test API reachability. Use when checking if the Cloudlayer API is available.
Get Storage Configuration by IDCLOUDLAYER_GET_STORAGE_BY_ID
Tool to retrieve a specific storage configuration by its ID. Use when you need to inspect or validate details of a user storage configuration.
List AssetsCLOUDLAYER_LIST_ASSETS
List assets in your CloudLayer account with cursor-based pagination. Returns PDFs and images generated via HTML/URL conversion jobs. Use this to find asset IDs for further operations like downloading or deleting assets.
List JobsCLOUDLAYER_LIST_JOBS
List jobs in your CloudLayer account with cursor-based pagination. Use when you need to view your recent jobs and their statuses.
List Storage ConfigurationsCLOUDLAYER_LIST_STORAGE
Retrieves all user storage configurations (S3-compatible buckets) for the authenticated Cloudlayer account. Use this to view configured external storage destinations where generated documents can be saved. Note: User Storage is an Enterprise plan feature. Non-Enterprise accounts will receive an empty list.
Template to PDFCLOUDLAYER_TEMPLATE_TO_PDF
Generate a PDF document from an HTML/Nunjucks template with dynamic data. Provide either: - A `templateId` for predefined templates from CloudLayer's template library, OR - A base64-encoded `template` string containing custom HTML/Nunjucks markup. The `data` parameter populates template variables (e.g., {{name}}, {{items}}) with your JSON data. By default, jobs run asynchronously and return a job ID to poll for completion via get_job_by_id.
Convert URL to ImageCLOUDLAYER_URL_TO_IMAGE_POST
Converts a webpage URL to an image (PNG, JPG, or WebP). Supports custom viewport settings, wait conditions, transparency, auto-scroll, and thumbnail preview generation. The API is asynchronous - use the returned job ID to poll for results.
Convert URL to PDFCLOUDLAYER_URL_TO_PDF_POST
Tool to convert a URL to PDF with full parameter support. Use when you need advanced control over paper size, margins, headers/footers, or webhook callbacks.