KosmoKrator

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

Quick Links

Actively MCP Client Matrix

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

Actively CLI Matrix

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

Function Catalog

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