Luma Labs

Create and manage AI image and video generations and reusable files through the current Luma Agents API.

11 actions Integration catalog
Request access
Connect Luma Labs once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Delete FileLUMA_LABS_DELETE_FILE
Soft-delete a Luma file so new generations cannot reference it. The file's metadata remains retrievable with state=deleted.
Edit ImageLUMA_LABS_EDIT_IMAGE
Submit a paid, asynchronous Luma image-edit job. Returns immediately; use GET_GENERATION with generation_id to monitor it.
Edit VideoLUMA_LABS_EDIT_VIDEO
Submit a paid, asynchronous Ray 3.2 video-edit job. Returns immediately; use GET_GENERATION with generation_id to monitor it.
Extract Image LayersLUMA_LABS_EXTRACT_IMAGE_LAYERS
Submit a paid, asynchronous Luma image layer-extraction job. Pricing is flat per generation at the selected resolution, regardless of layer count; use GET_GENERATION with generation_id to monitor the job.
Generate ImageLUMA_LABS_GENERATE_IMAGE
Submit a paid, asynchronous Luma image generation job. Returns immediately; use GET_GENERATION with generation_id to monitor it.
Generate VideoLUMA_LABS_GENERATE_VIDEO
Submit a paid, asynchronous Ray 3.2 video generation job. Returns immediately; use GET_GENERATION with generation_id to monitor it.
Get FileLUMA_LABS_GET_FILE
Get a Luma file's metadata and current ingest, moderation, or deletion state. Soft-deleted files remain retrievable with state=deleted.
Get GenerationLUMA_LABS_GET_GENERATION
Get the current state, failure details, and output URLs for a Luma generation.
List FilesLUMA_LABS_LIST_FILES
List files in the connected Luma account, newest first, with optional state and purpose filters. Returns one page and a cursor for continuation.
Reframe VideoLUMA_LABS_REFRAME_VIDEO
Submit a paid, asynchronous Ray 3.2 video-reframe job. Returns immediately; use GET_GENERATION with generation_id to monitor it.
Upload FileLUMA_LABS_UPLOAD_FILE
Directly upload file bytes to Luma and return the file ID, metadata, and current upload/ingest state.