Skip to main content
If you’re building with Codex, Cursor, Claude, or another AI agent, start here. This page gives your agent the fastest path into Kapso:
  • the CLI for live project operations
  • Project MCP to operate your WhatsApp numbers without shell access
  • llms.txt for documentation context
  • Kapso agent skills
  • docs MCP for interactive browsing
  • direct links to the most common starting points

Prerequisite

A human still needs to create a Kapso project first. After that, your agent can use the CLI, Project MCP, APIs, SDKs, and docs integrations.

Kapso CLI

For live project operations, start with the CLI.
curl -fsSL https://kapso.ai/install.sh | bash

kapso setup
kapso whatsapp numbers list
kapso whatsapp messages send --phone-number "<your-number>" --to 15551234567 --text "Hello"
Use the CLI when the agent needs to inspect project state, create setup links, manage webhooks, send messages, or work against a real Kapso project from a terminal session. See the full CLI reference for all available commands.

Project MCP

Use Project MCP when your agent supports MCP and should operate your WhatsApp numbers without shell access. For Codex with browser sign-in:
codex mcp add kapso --url https://api.kapso.ai/mcp
codex mcp login kapso
Project MCP can send messages, read conversations and messages, manage templates, configure webhooks, provision and inspect WhatsApp numbers, and manage customers and setup links. See the Project MCP guide for browser sign-in and API key setup.

Agent skills

If the agent is working inside a codebase, install Kapso agent skills:
npx skills add gokapso/agent-skills
Use skills when you want the agent to follow Kapso-specific workflows, scripts, and integration patterns while editing code.

Docs

Use the docs when the agent needs current product and API context rather than live project access.

llms.txt

Give your agent the Kapso docs in one file:
https://docs.kapso.ai/llms.txt
This is the fastest way to give an agent current documentation context.

MCP

If your agent supports MCP, connect the docs MCP server for interactive documentation browsing:
codex mcp add kapso-docs --url https://docs.kapso.ai/mcp
Use the same https://docs.kapso.ai/mcp endpoint in any MCP client that supports streamable HTTP. Docs MCP only searches documentation. Use Project MCP for live project operations.

More pages

Personal AI agents

Connect your own WhatsApp number to your own AI agent.

MCP server

Let AI agents operate your WhatsApp numbers through MCP.

Send messages

Start sending text, media, templates, and interactive messages.

Receive messages

Receive WhatsApp events through Kapso webhooks or forwarded Meta payloads.

For your team

Use Kapso for support, operations, broadcasts, and inbox workflows.

Onboard customers

Let your customers connect their own WhatsApp accounts to your product.