media
Abyssale MCP, CLI, and Lua Integration for AI Agents
Abyssale integration docs for AI agents: MCP gateway setup, Abyssale CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
Abyssale for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
abyssale- route_slug
abyssale- package
abyssale- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Abyssale CLIHeadless setup and direct function calls. Abyssale MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Abyssale MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Abyssale.
Claude Code Abyssale MCP setup for Claude Code. Cursor Abyssale MCP setup for Cursor. Codex Abyssale MCP setup for Codex. OpenAI Agents Abyssale MCP setup for OpenAI Agents SDK. Claude Agent SDK Abyssale MCP setup for Claude Agent SDK. Vercel AI SDK Abyssale MCP setup for Vercel AI SDK. LangChain Abyssale MCP setup for LangChain. LangGraph Abyssale MCP setup for LangGraph. CrewAI Abyssale MCP setup for CrewAI. MCP clients Abyssale MCP setup for Generic MCP Clients.
Abyssale CLI Matrix
Use these pages for direct Abyssale CLI workflows in scripts, CI, cron, and agent wrappers.
CI Abyssale CLI for CI. Cron Jobs Abyssale CLI for cron jobs. Shell Scripts Abyssale CLI for shell scripts. Headless Automation Abyssale CLI for headless automation. Coding Agents Abyssale CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
abyssale.abyssale_list_generations | Read read | 3 | List image generation jobs from Abyssale. Returns a paginated list of generations, optionally filtered by status (e.g., "finished", "processing", "failed"). |
abyssale.abyssale_get_generation | Read read | 1 | Get details of a specific image generation from Abyssale, including its status, output URLs, and applied modifications. |
abyssale.abyssale_create_generation | Write write | 3 | Generate images from an Abyssale template. Specify the template, one or more output format IDs, and element modifications (text, images, colors) to customize the output. |
abyssale.abyssale_list_templates | Read read | 2 | List available design templates from Abyssale. Returns a paginated list of templates with their IDs and names. |
abyssale.abyssale_get_template | Read read | 1 | Get details of a specific Abyssale template, including its available formats, elements, and layers that can be modified. |
abyssale.abyssale_list_formats | Read read | 2 | List available output formats from Abyssale. Formats define the size and dimensions of generated images (e.g., 1200x628 Facebook post, 1080x1080 Instagram square). |
abyssale.abyssale_get_current_user | Read read | 0 | Get the profile of the currently authenticated Abyssale user. Useful for verifying API credentials and retrieving account information. |