Adobe Firefly Services

Adobe Firefly Services

Generate and edit creative assets with Adobe Firefly and Photoshop APIs

10 actions
2 triggers

Actions

Name
generate_image

Generate Firefly images synchronously from a text prompt

generate_image_async

Start an asynchronous Firefly text-to-image job

upload_image

Upload a source image for Firefly image-to-image operations. Uploaded assets are temporary.

expand_image_async

Start a Firefly generative image expansion job

fill_image

Run Firefly generative fill on an image and mask request body

get_firefly_job_status

Get status for an asynchronous Firefly job

remove_background

Start a Photoshop API v2 remove-background job

get_photoshop_job_status

Get status for a Photoshop API v2 job

custom_firefly_api_call

Call a Firefly API endpoint with Adobe authentication headers

custom_photoshop_api_call

Call a Photoshop API endpoint with Adobe authentication headers

Triggers

Name
firefly_job_completed

Poll a Firefly async job and emit when it reaches a terminal status

photoshop_job_completed

Poll a Photoshop API job and emit when it reaches a terminal status

Quick Start

TypeScript
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.