Adobe Firefly Services
Generate and edit creative assets with Adobe Firefly and Photoshop APIs
Tools
| Name | Description |
|---|---|
generate_imageGenerate Firefly images synchronously from a text prompt | Generate Firefly images synchronously from a text prompt |
generate_image_asyncStart an asynchronous Firefly text-to-image job | Start an asynchronous Firefly text-to-image job |
upload_imageUpload a source image for Firefly image-to-image operations. Uploaded assets are temporary. | Upload a source image for Firefly image-to-image operations. Uploaded assets are temporary. |
expand_image_asyncStart a Firefly generative image expansion job | Start a Firefly generative image expansion job |
fill_imageRun Firefly generative fill on an image and mask request body | Run Firefly generative fill on an image and mask request body |
get_firefly_job_statusGet status for an asynchronous Firefly job | Get status for an asynchronous Firefly job |
remove_backgroundStart a Photoshop API v2 remove-background job | Start a Photoshop API v2 remove-background job |
get_photoshop_job_statusGet status for a Photoshop API v2 job | Get status for a Photoshop API v2 job |
custom_firefly_api_callCall a Firefly API endpoint with Adobe authentication headers | Call a Firefly API endpoint with Adobe authentication headers |
custom_photoshop_api_callCall a Photoshop API endpoint with Adobe authentication headers | Call a Photoshop API endpoint with Adobe authentication headers |
Triggers
| Name | Description |
|---|---|
firefly_job_completedPoll a Firefly async job and emit when it reaches a terminal status | Poll a Firefly async job and emit when it reaches a terminal status |
photoshop_job_completedPoll a Photoshop API job and emit when it reaches a terminal status | Poll a Photoshop API job and emit when it reaches a terminal status |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('adobe-firefly-services', 'generate_image', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'adobe-firefly-services',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Adobe Firefly Services to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Adobe Firefly Services support?
Adobe Firefly Services supports 10 tools including Generate Image, Generate Image Async, Upload Image, Expand Image Async, Fill Image, and more.
Can I use Adobe Firefly Services with AI agents?
Yes. Add Adobe Firefly Services to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Adobe Firefly Services to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Adobe Firefly Services as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Adobe Firefly Services tools exposed by that workspace.
Does Adobe Firefly Services work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Adobe Firefly Services work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Adobe Firefly Services?
Adobe Firefly Services exposes 10 tools, including Generate Image, Generate Image Async, Upload Image, Expand Image Async, Fill Image, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Adobe Firefly Services be used in stateful agent workflows?
Yes. Agents can combine Adobe Firefly Services tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Adobe Firefly Services use?
Adobe Firefly Services uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Adobe Firefly Services integration cost?
The Adobe Firefly Services integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Adobe Firefly Services support?
Adobe Firefly Services supports 2 triggers including Firefly Job Completed, Photoshop Job Completed.
Connect Adobe Firefly Services in minutes
Get 20,000 free action executions every month. No credit card required.