KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Abyssale MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Abyssale.

Abyssale CLI Matrix

Use these pages for direct Abyssale CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

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