HTML/CSS to Image MCP integration for AI agents.
Connect AI agents to HTML/CSS to Image through 5 structured actions, including get usage, create batch images, and delete batch images. Review authentication…
- ACTION CONTRACTS
- 5
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the HTML/CSS to Image integration exposes
The HTML/CSS to Image Agent App exposes 5 provider-backed actions for developer tools and design & media work. Its current contract lets an authorized agent retrieve html/css to image usage counts by hour, day, month, and billing period, create up to 25 html/css to image images in one batch using shared default options and per-image variations, and delete multiple generated images from html/css to image in one request. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected HTML/CSS to Image account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real HTML/CSS to Image capabilities.
Showing 5 of 5 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_usageREADRetrieve HTML/CSS to Image usage counts by hour, day, month, and billing period.
create_batch_imagesWRITECreate up to 25 HTML/CSS to Image images in one batch using shared default options and per-image variations.
INPUTS: default_options / variations
delete_batch_imagesHIGH IMPACTDelete multiple generated images from HTML/CSS to Image in one request.
INPUTS: ids
create_imageWRITECreate an image from either raw HTML/CSS or a public webpage URL with HTML/CSS to Image.
INPUTS: html / url / css / google_fonts / selector
delete_imageHIGH IMPACTDelete one generated image from HTML/CSS to Image and clear its CDN cache.
INPUTS: image_id
INPUT CONTRACTS
Know what the action needs before it runs.
create_batch_images
default_optionsOPTIONAL- Default image creation options applied to every batch variation.
variationsREQUIRED- The image variations to create, up to 25.
delete_batch_images
idsREQUIRED- The image identifiers to delete.
create_image
htmlOPTIONAL- The HTML snippet or complete webpage markup to render.
urlOPTIONAL- The public webpage URL to screenshot. This overrides html upstream.
cssOPTIONAL- CSS to render with HTML snippets or inject into URL screenshots.
google_fontsOPTIONAL- Google Fonts to load, such as Roboto or multiple font families separated by a pipe.
selectorOPTIONAL- A CSS selector for an element to crop the generated image to.
delete_image
image_idREQUIRED- The image identifier to delete.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Usage
Retrieve HTML/CSS to Image usage counts by hour, day, month, and billing period. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_usageControl Create Batch Images
Create up to 25 HTML/CSS to Image images in one batch using shared default options and per-image variations. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_batch_imagesVerify with Create Batch Images
Create up to 25 HTML/CSS to Image images in one batch using shared default options and per-image variations. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
create_batch_imagesSAFETY BOUNDARY
Operate HTML/CSS to Image with explicit limits
- Authorize HTML/CSS to Image with API key and grant only the provider access required by the selected actions.
- 4 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `delete_batch_images` and `delete_image` as high-impact operations and require an explicit approval boundary.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in HTML/CSS to Image rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the HTML/CSS to Image task completed successfully.
CONNECTION MODEL
API key
HTML/CSS to Image API Key used as the HTTP Basic password.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 1
- WRITE SIGNALS
- 2
- HIGH IMPACT
- 2
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by HTML/CSS to Image.