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_keyAPI key- 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. Beamer CLIHeadless setup and direct function calls. Beamer 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.
Beamer MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Beamer.
Claude Code Beamer MCP setup for Claude Code. Cursor Beamer MCP setup for Cursor. Codex Beamer MCP setup for Codex. OpenAI Agents Beamer MCP setup for OpenAI Agents SDK. Claude Agent SDK Beamer MCP setup for Claude Agent SDK. Vercel AI SDK Beamer MCP setup for Vercel AI SDK. LangChain Beamer MCP setup for LangChain. LangGraph Beamer MCP setup for LangGraph. CrewAI Beamer MCP setup for CrewAI. MCP clients Beamer MCP setup for Generic MCP Clients.
Beamer CLI Matrix
Use these pages for direct Beamer CLI workflows in scripts, CI, cron, and agent wrappers.
CI Beamer CLI for CI. Cron Jobs Beamer CLI for cron jobs. Shell Scripts Beamer CLI for shell scripts. Headless Automation Beamer CLI for headless automation. Coding Agents Beamer CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |