KosmoKrator

marketing

Autopilot MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write API key auth

Autopilot 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
autopilot
route_slug
autopilot
package
autopilot
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

Autopilot MCP Client Matrix

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

Autopilot CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
autopilot.autopilot_list_contacts Read read 2 List contacts in your Autopilot account. Returns contact IDs, emails, and names.
autopilot.autopilot_get_contact Read read 1 Get detailed information about a specific Autopilot contact by ID or email address.
autopilot.autopilot_create_contact Write write 7 Create or update a contact in Autopilot. Requires an email address; other fields are optional.
autopilot.autopilot_list_lists Read read 0 List all lists in your Autopilot account. Returns list IDs and titles.
autopilot.autopilot_get_list Read read 1 Get detailed information about a specific Autopilot list, including contacts.
autopilot.autopilot_list_journeys Read read 0 List all journeys in your Autopilot account. Returns journey IDs and names.
autopilot.autopilot_get_current_user Read read 0 Get the authenticated user's Autopilot account details.