# Cloudlayer AI integration on Definable

> 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.

## What this connects

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.

Vendor: https://cloudlayer.io/

## Tools available

**16** tools available. First 12:

- `CLOUDLAYER_ADD_STORAGE` — 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.
- `CLOUDLAYER_CONVERT_HTML_TO_IMAGE` — Convert HTML to Image (V2) — 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.
- `CLOUDLAYER_CONVERT_HTML_TO_PDF_V2` — 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.
- `CLOUDLAYER_CONVERT_URL_TO_PDF_GET` — Convert URL to PDF (Simple) — Tool to convert a URL to PDF using GET request. Use when you need quick PDF conversion with minimal parameters and immediate result.
- `CLOUDLAYER_DELETE_STORAGE` — Delete Storage Configuration — 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.
- `CLOUDLAYER_GET_ACCOUNT_INFO` — Get Account Info — Tool to retrieve Cloudlayer account usage, credits, and document counts. Use when monitoring account limits and subscription status.
- `CLOUDLAYER_GET_ASSET` — 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.
- `CLOUDLAYER_GET_JOB_BY_ID` — 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.
- `CLOUDLAYER_GET_STATUS` — Get API Status — Tool to test API reachability. Use when checking if the Cloudlayer API is available.
- `CLOUDLAYER_GET_STORAGE_BY_ID` — Get Storage Configuration 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.
- `CLOUDLAYER_LIST_ASSETS` — 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.
- `CLOUDLAYER_LIST_JOBS` — List Jobs — List jobs in your CloudLayer account with cursor-based pagination. Use when you need to view your recent jobs and their statuses.

## Auth

Auth schemes: `API_KEY`.

## How agents use Cloudlayer

Inside a Definable workflow, Cloudlayer is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Cloudlayer** — the Researcher (GPT-5.5) pulls context from Cloudlayer (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Cloudlayer** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Cloudlayer (create record, post message, draft email).
- **Designer / Engineer → Distributor → Cloudlayer** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Cloudlayer (attach file, open PR comment, post status).

The Verifier checks every Cloudlayer call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- documents — https://definable.ai/apps/category/documents/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/cloudlayer/
- Same category (documents): https://definable.ai/apps/category/documents/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
