sales
Actively MCP, CLI, and Lua Integration for AI Agents
Actively integration docs for AI agents: MCP gateway setup, Actively CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
Actively 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
actively- route_slug
actively- package
actively- 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. Actively CLIHeadless setup and direct function calls. Actively 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.
Actively MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Actively.
Claude Code Actively MCP setup for Claude Code. Cursor Actively MCP setup for Cursor. Codex Actively MCP setup for Codex. OpenAI Agents Actively MCP setup for OpenAI Agents SDK. Claude Agent SDK Actively MCP setup for Claude Agent SDK. Vercel AI SDK Actively MCP setup for Vercel AI SDK. LangChain Actively MCP setup for LangChain. LangGraph Actively MCP setup for LangGraph. CrewAI Actively MCP setup for CrewAI. MCP clients Actively MCP setup for Generic MCP Clients.
Actively CLI Matrix
Use these pages for direct Actively CLI workflows in scripts, CI, cron, and agent wrappers.
CI Actively CLI for CI. Cron Jobs Actively CLI for cron jobs. Shell Scripts Actively CLI for shell scripts. Headless Automation Actively CLI for headless automation. Coding Agents Actively CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
actively.actively_list_organizations | Read read | 2 | List organizations you have access to in Actively. Returns organization names and UUIDs needed for campaign and contact operations. Paginate with limit and page parameters. |
actively.actively_get_current_user | Read read | 0 | Get the authenticated user's profile from Actively. Returns user name, email, role, and organization memberships. |
actively.actively_list_campaigns | Read read | 3 | List campaigns for an organization in Actively. Returns campaign details including title, type, status, and date range. Paginate with limit and page parameters. |
actively.actively_get_campaign | Read read | 2 | Get details of a specific campaign in Actively. Returns the campaign title, type, status, date range, and all associated metadata. |
actively.actively_create_campaign | Write write | 5 | Create a new campaign for an organization in Actively. Specify the campaign title, type (e.g., "email", "social", "ads"), and the start and end dates. |
actively.actively_list_contacts | Read read | 3 | List contacts for an organization in Actively. Returns contact details including name, email, phone, and any associated metadata. Paginate with limit and page parameters. |
actively.actively_get_contact | Read read | 2 | Get details of a specific contact in Actively. Returns the contact's name, email, phone, and all associated metadata. |