Cloudlayer
Overview
SLUG: CLOUDLAYER
Description
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.
Authentication Details
API Key
Connecting to Cloudlayer
Create an auth config
Use the dashboard to create an auth config for the Cloudlayer toolkit. This allows you to connect multiple Cloudlayer accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Cloudlayer toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
CLOUDLAYER_ADD_STORAGE
Tool Name: Add Storage
Description
Action Parameters
Action Response
CLOUDLAYER_GET_ASSET
Tool Name: Get Asset
Description
Action Parameters
Action Response
CLOUDLAYER_GET_STATUS
Tool Name: Get API Status
Description
Action Parameters
Action Response
CLOUDLAYER_HTML_TO_IMAGE
Tool Name: HTML to Image
Description
Action Parameters
Action Response
CLOUDLAYER_HTML_TO_PDF
Tool Name: Convert HTML to PDF
Description
Action Parameters
Action Response
CLOUDLAYER_LIST_ASSETS
Tool Name: List Assets
Description
Action Parameters
Action Response
CLOUDLAYER_LIST_STORAGE
Tool Name: List Storage Configurations
Description
Action Parameters
Action Response
CLOUDLAYER_URL_TO_IMAGE_POST
Tool Name: Convert URL to Image
Description
Action Parameters
Action Response
CLOUDLAYER_URL_TO_PDF_POST
Tool Name: Convert URL to PDF
Description
Action Parameters
Action Response