Claid AI MCP integration for AI agents.
Connect AI agents to Claid AI through 3 structured actions, including get edit task, edit image, and submit edit image. Review authentication, inputs, workfl…
- ACTION CONTRACTS
- 3
- 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 Claid AI integration exposes
The Claid AI Agent App exposes 3 provider-backed actions for ai and design & media work. Its current contract lets an authorized agent poll one claid async image editing task by id and return its current status plus the finished result when available, edit one publicly accessible image with claid's synchronous image editing api and return the processed image metadata, and submit one publicly accessible image to claid's async image editing api and return the task handle for later polling. 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 Claid AI account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Claid AI capabilities.
Showing 3 of 3 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_edit_taskREADPoll one Claid async image editing task by ID and return its current status plus the finished result when available.
INPUTS: taskId
edit_imageWRITEEdit one publicly accessible image with Claid's synchronous image editing API and return the processed image metadata.
INPUTS: input / operations / output
submit_edit_imageWRITESubmit one publicly accessible image to Claid's async image editing API and return the task handle for later polling.
INPUTS: input / operations / output
INPUT CONTRACTS
Know what the action needs before it runs.
get_edit_task
taskIdREQUIRED- The Claid async task identifier.
edit_image
inputREQUIRED- The public input image URL or Claid storage URI sent to Claid.
operationsREQUIRED- The Claid image operations object.
outputOPTIONAL- The output destination or options accepted by Claid.
submit_edit_image
inputREQUIRED- The public input image URL or Claid storage URI sent to Claid.
operationsREQUIRED- The Claid image operations object.
outputOPTIONAL- The output destination or options accepted by Claid.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Edit Task
Poll one Claid async image editing task by ID and return its current status plus the finished result when available. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_edit_taskControl Edit Image
Edit one publicly accessible image with Claid's synchronous image editing API and return the processed image metadata. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
edit_imageVerify with Edit Image
Edit one publicly accessible image with Claid's synchronous image editing API and return the processed image metadata. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
edit_imageSAFETY BOUNDARY
Operate Claid AI with explicit limits
- Authorize Claid AI with API key and grant only the provider access required by the selected actions.
- 2 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- The sampled contract declares provider scopes including `image_editing`; verify the complete action contract before execution.
- After a call, inspect the structured result and execution record before reporting that the Claid AI task completed successfully.
CONNECTION MODEL
API key
Claid API key used with the Authorization Bearer header. Create or manage it from the Claid API Keys page: https://claid.ai/account/api
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
- 0
- 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 Claid AI.