ImageKit for your agents.
Connect ImageKit once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to ImageKit.
What agents can do with ImageKit
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
imagekit_list_filesList all files and folders in the media library with pagination.
imagekit_upload_fileUpload a file to ImageKit from a URL.
imagekit_get_file_detailsGet detailed metadata for a specific file by ID.
imagekit_delete_fileDelete a file by its ID.
imagekit_purge_cachePurge the CDN cache for a specific URL.
imagekit_update_fileUpdate file metadata (tags, custom coordinates, etc.) by file id.
imagekit_copy_fileCopy a file from one folder to another.
imagekit_move_fileMove or rename a file.
imagekit_delete_files_bulkDelete multiple files by their IDs.
imagekit_purge_cache_statusGet the status of a cache purge request.
imagekit_get_file_metadataGet the metadata (EXIF, size, etc.) for a file by ID.
imagekit_list_foldersList all folders in the media library.
imagekit_create_folderCreate a new folder in the media library.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to ImageKit Dashboard.
- Go to Developer > API Keys to find your Public Key and Private Key.
- Use the Private Key as the credential value.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect ImageKit to Even: call connect_begin("imagekit") on the even-connect MCP and walk me through it.
List files in media library with sorting, upload image from URL, and delete files by ID from storage.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.