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