Adobe Firefly Services
Generate and edit creative assets with Adobe Firefly and Photoshop APIs
Actions
| 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/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 actions programmatically.
What actions does Adobe Firefly Services support?
Adobe Firefly Services supports 10 actions 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.
Can Adobe Firefly Services be used in stateful agent workflows?
Yes. Agents can combine Adobe Firefly Services actions 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 actions every month. No credit card required.