KosmoKrator

rendering

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.

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.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
abyssale.abyssale_api_get Read read 2 Call a documented Abyssale GET API path. Prefer named tools when one exists.
abyssale.abyssale_api_post Read read 2 Call a documented Abyssale POST API path. Prefer named tools when one exists.
abyssale.abyssale_create_banner_export Write write 2 Create an asynchronous ZIP export for generated Abyssale files.
abyssale.abyssale_create_dynamic_image_url Write write 3 Create or retrieve a dynamic image URL for an Abyssale design.
abyssale.abyssale_create_project Write write 1 Create a project in the Abyssale workspace.
abyssale.abyssale_duplicate_workspace_template Write write 3 Duplicate a workspace template into a project.
abyssale.abyssale_generate_image Read read 3 Synchronously generate a single image from a static Abyssale design.
abyssale.abyssale_generate_multi_format_media Read read 4 Asynchronously generate one or more formats from an Abyssale design.
abyssale.abyssale_generate_multi_page_pdf Read read 3 Asynchronously generate a multi-page PDF from an Abyssale design.
abyssale.abyssale_get_design Read read 1 Get an Abyssale design with its metadata, formats, and editable elements.
abyssale.abyssale_get_design_format Read read 2 Get details for a specific format inside an Abyssale design.
abyssale.abyssale_get_duplication_request Read read 1 Get the status of a workspace-template duplication request.
abyssale.abyssale_get_file Read read 1 Get a generated Abyssale file by banner ID.
abyssale.abyssale_list_designs Read read 0 List Abyssale designs available to the API key.
abyssale.abyssale_list_fonts Read read 0 List custom and Google fonts available to the Abyssale workspace.
abyssale.abyssale_list_projects Read read 0 List projects in the Abyssale workspace.