Imgix
imgix is a real-time image processing and delivery service that enables developers to optimize, transform, and deliver images efficiently.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Imgix authenticates with an API key. Generate the credential in your Imgix account, then paste it into FlyMyAI the first time an agent uses an Imgix action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Imgix API Key | The API key used for authenticating requests to the Imgix Management API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
IMGIX_AUTO | Tool to apply automatic best-effort image optimizations. Use when you need to compress, enhance, format, or remove redeye via Imgix's auto parameter. | source, path, auto |
IMGIX_BLEND | Tool to overlay an image, text, or color onto a base image using imgix blending parameters. Use after specifying the base image URL and blend parameters to composite layers. | base_image_url |
IMGIX_BLEND_ALIGN | Tool to align the overlay relative to the base image when blending. Use after constructing a base Imgix URL to specify horizontal and vertical alignment (e.g., 'left,top'). | image_url |
IMGIX_BLEND_COLOR | Tool to blend a solid color over an image using CSS keyword or hex. Use when you need to apply color overlay transformations to an existing image URL. | image_url, blend_color |
IMGIX_BLEND_X | Tool to position the overlay horizontally on an Imgix-rendered image. Use when you need to offset the blend layer by a specified number of pixels from the left edge. | image_url, blend |
IMGIX_BORDER | Tool to draw a border around an image. Use when you need to overlay a border without resizing. | source_domain, image_path, width, color |
IMGIX_BRI | Tool to adjust image brightness. Use when you need to modify an image's brightness level (−100 to 100) by supplying your source domain and asset path. | source, asset_path |
IMGIX_CH | Tool to opt in to Client Hints. Use when you want Imgix URLs to adapt based on browser headers (Width, DPR, Save-Data). | source_domain, image_path, ch |
IMGIX_COLORS | Tool to specify how many colors to return when extracting a color palette. Use when you need to control palette size and format. | source_domain, image_path |
IMGIX_CON | Tool to adjust image contrast. Use when you need to modify an image's contrast level (−100 to 100). | source, asset_path |
IMGIX_CROP | Tool to control cropping alignment and behavior using Imgix's 'crop' parameter. | source_domain, image_path, crop |
IMGIX_CS | Tool to set or strip output color space/profile on an Imgix image. Use when optimizing compatibility and file size (e.g., cs=strip for smaller metadata). | source_domain, image_path |
IMGIX_DL | Tool to force asset download. Use when you need to download an Imgix asset with a specific filename. | source, path |
IMGIX_DPI | Tool to embed DPI (dots-per-inch) metadata for print output on an Imgix-rendered image. Use when preparing images for print to set accurate DPI. Supports JPEG and PNG only. | source, asset_path, dpi |
IMGIX_DPR | Tool to set device pixel ratio for an Imgix image. Use when rendering at specific display densities to ensure correct sharpness. Example: 'dpr=2&w=500&h=300' doubles resolution relative to dimensions. | source, asset_path |
IMGIX_EXPIRES | Tool to append an expiration parameter to an Imgix URL so it returns 404 after a given time. Use when you want the image URL to stop serving beyond a specific UNIX timestamp. | source_domain, path, expires |
IMGIX_FIT | Tool to control how an image fits target dimensions after resizing. Use when specifying width, height, and fit behavior. | source_domain, image_path, w, h, fit |
IMGIX_FM | Tool to choose output file format for the rendered asset. Use after specifying the asset path when you need to convert its format. | source, path, fm |
IMGIX_FORCE_ASPECT_RATIO | Tool to force a target aspect ratio on an Imgix image. Use when a specific W:H frame is needed after choosing fit=crop or fit=fill. Example: 'ar=16:9&fit=crop&w=800' yields a 16:9, 800px-wide URL. | source_domain, path, ar, fit |
IMGIX_H | Tool to set output image height in pixels or as a ratio of the source height. Use after constructing an Imgix URL to adjust only height. | source, asset_path, h |
IMGIX_HIGH | Tool to adjust highlight tonal mapping (−100 to 0). Use when preserving detail in bright areas of an image. | source, asset_path |
IMGIX_LIST_SOURCES | Tool to list all Sources for an account. Use when you need to retrieve and paginate through sources with optional sorting and filtering. | - |
IMGIX_MARK_BASE | Tool to set the base URL prepended to the watermark image path. Use when you need to host watermark assets on a custom domain or CDN. | source_domain, image_path, mark_base |
IMGIX_MARK_FIT | Tool to set how a watermark fits its target dimensions. Use when applying a watermark and you need control over fitting behavior (e.g., selecting 'scale'). For 'crop', ensure 'mark-w' and 'mark-h' are also provided. | image_url |
IMGIX_MARK_H | Tool to set watermark height on an Imgix URL in pixels or as a ratio of the watermark source. Use when adjusting overlay height while preserving aspect ratio. | image_url, mark, mark-h |
IMGIX_MARK_PAD | Tool to set pixel padding between a watermark and the image edge or between tiled watermarks. Use after configuring watermark URL and alignment to adjust spacing precisely. | url |
IMGIX_MARK_W | Tool to set watermark width. Use when you need to enforce a watermark's width in pixels or as a proportion. Use after specifying watermark source. | image_url, mark_w |
IMGIX_MASK | Tool to apply a mask to an image. Use when needing rounded corners, ellipse shapes, or image-based masks. | source_domain, image_path |
IMGIX_MAX_H | Tool to limit output image height. Use when fit=crop is applied to prevent excessively tall images. | source_domain, image_path, max-h |
IMGIX_MAX_W | Tool to set the maximum output width on an Imgix URL. Use when you need to cap width (works only with fit=crop). Call after specifying fit=crop on the URL. | source_domain, image_path, max_w |
IMGIX_PALETTE | Tool to extract a color palette from an image in CSS or JSON form. Use when you need to analyze an image's dominant colors after any transformations. | source_domain, image_path |
IMGIX_PREFIX | Tool to set class-name prefix for CSS palette output. Use when customizing CSS selectors for color-palette styling. | source_domain, image_path |
IMGIX_Q | Tool to set output quality for lossy formats. Use when adjusting image compression quality for lossy image delivery. | source_domain, image_path |
IMGIX_RECT | Tool to select a source-image rectangle region in Imgix before other resizing. Use when you need to crop a specific region (x,y,w,h) of the source image. | source_domain, image_path, x, y, w, h |
IMGIX_ROT | Tool to rotate an image on Imgix. Use when you need to apply a counter-clockwise rotation (0-359°) with optional mode control. | source, path |
IMGIX_ROT_TYPE | Tool to control rotation behavior when 'rot' is applied. Use after applying a 'rot' parameter to choose between pivot (show entire image) or straighten (zoom and crop) behavior. | image_url, rot-type |
IMGIX_TXT | Tool to render a single-line UTF-8 text overlay on an image. Use when you need simple text captions. | image_url |
IMGIX_TXT_ALIGN | Tool to align a text overlay on an Imgix image. Use when you need to position text by specifying vertical (top/middle/bottom) and horizontal (left/center/right) alignment. | source_domain, image_path |
IMGIX_TXT_COLOR | Tool to set text overlay color on an Imgix image. Use when customizing text overlays with CSS color keywords or hex codes. | image_url |
IMGIX_TXT_FONT | Tool to choose font family/style for overlay text. Use when customizing text appearance after specifying content. Supports CSS font categories and optional bold/italic flags. | source_domain, image_path, font |
IMGIX_TXT_LINE | Tool to set outline width around overlay text. Use when styling text overlays on images. | image_url, txt-line |
IMGIX_TXT_LINE_COLOR | Tool to set outline color for text. Use after enabling txt-line on an Imgix URL. | image_url, color |
IMGIX_TXT_SHAD | Tool to set text shadow strength for overlay text. Use when you need to apply a drop shadow to text. | source_domain, image_path |
IMGIX_TXT_SIZE | Tool to set text font size in pixels. Use when overlaying text and needing precise control over font size. Specify after defining the text content; default is 12px. | source_domain, image_path |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Imgix!