PixelLab MCP integration for AI agents.
Connect AI agents to PixelLab through 56 structured actions, including download character zip, create pixen image, delete character, and animate with skeleto…
- ACTION CONTRACTS
- 56
- 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 PixelLab integration exposes
The PixelLab Agent App exposes 56 provider-backed actions for ai and design & media work. Its current contract lets an authorized agent export one persisted pixellab character as a zip transit file, generate one pixel-art image synchronously with the pixellab pixen model, and delete a persisted pixellab character and its associated animations. 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 PixelLab account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real PixelLab capabilities.
Showing 12 of 56 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
download_character_zipREADExport one persisted PixelLab character as a ZIP transit file.
INPUTS: characterId
create_pixen_imageWRITEGenerate one pixel-art image synchronously with the PixelLab Pixen model.
INPUTS: description / imageSize / outline / detail / view
delete_characterHIGH IMPACTDelete a persisted PixelLab character and its associated animations.
INPUTS: characterId
animate_with_skeletonREVIEWGenerate synchronous PixelLab animation frames from a reference character image and per-frame skeleton keypoints.
INPUTS: imageSize / referenceImage / skeletonKeypoints / guidanceScale / view
animate_with_text_legacyREVIEWGenerate four animation frames synchronously with PixelLab's original text animation model.
INPUTS: imageSize / description / action / referenceImage / textGuidanceScale
convert_to_pixel_artREVIEWConvert a PNG or JPEG image to pixel art synchronously.
INPUTS: image / imageSize / outputSize / textGuidanceScale / seed
create_pixflux_imageWRITEGenerate one pixel-art image synchronously with the PixelLab Pixflux model.
INPUTS: description / imageSize / textGuidanceScale / outline / shading
delete_objectHIGH IMPACTDelete one persisted PixelLab object.
INPUTS: objectId
delete_ui_assetHIGH IMPACTDelete one saved PixelLab UI asset.
INPUTS: uiAssetId
dismiss_object_reviewREVIEWDiscard all candidate frames for a one-direction object awaiting review.
INPUTS: objectId
enhance_animation_promptREVIEWExpand a motion description using the visible content of one or two animation frames.
INPUTS: firstFrame / lastFrame / action
enhance_character_promptREVIEWExpand a short description into a model-ready PixelLab v3 character prompt.
INPUTS: description / imageSize / view / outline / detail
INPUT CONTRACTS
Know what the action needs before it runs.
download_character_zip
characterIdREQUIRED- The PixelLab character identifier to export.
create_pixen_image
descriptionREQUIRED- Description of the image to generate.
imageSizeREQUIRED- Pixen output dimensions. Width and height must be divisible by 4.
outlineOPTIONAL- Pixel-art outline style.
detailOPTIONAL- Pixel-art detail level.
viewOPTIONAL- Camera view angle.
delete_character
characterIdREQUIRED- The PixelLab character identifier to delete.
animate_with_skeleton
imageSizeREQUIRED- Output frame dimensions in pixels.
referenceImageREQUIRED- The PNG or JPEG character image whose appearance should be preserved.
skeletonKeypointsREQUIRED- Skeleton keypoints for each animation frame, in playback order.
guidanceScaleOPTIONAL- How closely to follow the reference image and skeleton keypoints.
viewOPTIONAL- Camera view angle.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Download Character Zip
Export one persisted PixelLab character as a ZIP transit file. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
download_character_zipControl Create Pixen Image
Generate one pixel-art image synchronously with the PixelLab Pixen model. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_pixen_imageVerify with Create Pixen Image
Generate one pixel-art image synchronously with the PixelLab Pixen model. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
create_pixen_imageSAFETY BOUNDARY
Operate PixelLab with explicit limits
- Authorize PixelLab with API key and grant only the provider access required by the selected actions.
- 35 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `delete_character`, `delete_object`, and `delete_ui_asset` 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 PixelLab rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the PixelLab task completed successfully.
CONNECTION MODEL
API key
PixelLab API token sent as a Bearer token. Create or manage tokens in the PixelLab dashboard: https://www.pixellab.ai/
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
- 9
- WRITE SIGNALS
- 30
- HIGH IMPACT
- 5
- REVIEW SIGNALS
- 12
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 PixelLab.