KosmoKrator

marketing

Beamer MCP, CLI, and Lua Integration for AI Agents

Beamer integration docs for AI agents: MCP gateway setup, Beamer CLI commands, Lua API reference, credentials, and function schemas.

6 functions 5 read 1 write API key auth

Beamer 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
beamer
route_slug
beamer
package
beamer
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Beamer MCP Client Matrix

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

Beamer CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
beamer.beamer_list_posts Read read 3 List changelog posts and announcements from Beamer. Supports pagination with limit and page, and filtering by status (published, draft, scheduled).
beamer.beamer_get_post Read read 1 Retrieve a single Beamer changelog post by its ID. Returns the full post including title, content, date, category, and metadata.
beamer.beamer_create_post Write write 4 Create a new changelog post or announcement in Beamer. Provide a title and content (HTML supported). Optionally set a category and scheduled publication date.
beamer.beamer_list_comments Read read 1 List all comments on a specific Beamer post. Returns comment text, author info, and timestamps.
beamer.beamer_get_current_user Read read 0 Get the profile of the currently authenticated Beamer user. Returns name, email, role, and account details. Useful for verifying credentials.
beamer.beamer_list_categories Read read 0 List all post categories in your Beamer account. Returns category IDs and names for use when creating or filtering posts.