Developer Tools16 toolsPaste one API key
Cloudlayer integration for AI agents
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.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Cloudlayer once and call the same tools from all of them.
Setup
Connect Cloudlayer through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Cloudlayer exposes 16 tools through ClawLink. The 15 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
cloudlayer_get_account_info | Retrieve Cloudlayer account usage, credits, and document counts | Read |
cloudlayer_get_asset | Retrieve a specific asset by its ID | Read |
cloudlayer_get_job_by_id | Retrieve details of a specific Cloudlayer job by its ID | Read |
cloudlayer_get_status | Test API reachability | Read |
cloudlayer_get_storage_by_id | Retrieve a specific storage configuration by its ID | Read |
cloudlayer_list_assets | List assets in your CloudLayer account with cursor-based pagination | Read |
cloudlayer_list_jobs | List jobs in your CloudLayer account with cursor-based pagination | Read |
cloudlayer_list_storage | Retrieves all user storage configurations (S3-compatible buckets) for the authenticated | Read |
cloudlayer_add_storage | Add a user-owned S3-compatible storage configuration for storing generated assets | Write |
cloudlayer_convert_html_to_image | Convert HTML content to an image (PNG, JPG, or WebP) using the v2 API endpoint | Read |
cloudlayer_convert_html_to_pdf_v2 | Convert HTML content to PDF using CloudLayer v2 API | Read |
cloudlayer_convert_url_to_pdf_get | Convert a URL to PDF using GET request | Read |
cloudlayer_template_to_pdf | Generate a PDF document from an HTML/Nunjucks template with dynamic data | Read |
cloudlayer_url_to_image_post | Converts a webpage URL to an image (PNG, JPG, or WebP) | Read |
cloudlayer_url_to_pdf_post | Convert a URL to PDF with full parameter support | Read |