Kapso Api

🌐Community
by gokapso · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add kapso-api npx -- -y @trustedskills/kapso-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "kapso-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/kapso-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides guidance and assistance for interacting with the Kapso Platform API, enabling AI agents to automate tasks related to customer onboarding, phone number provisioning, and WhatsApp connection detection. It allows agents to create customers, generate setup links, provision phone numbers (including specifying country codes), and understand methods for detecting WhatsApp connections via webhooks or redirect URLs. The skill provides access to the /platform/v1 endpoint for core platform operations and the /meta/whatsapp/v24.0 endpoint for messaging and templates.

When to use it

  • Automating customer onboarding processes, including creating customers and generating setup links.
  • Provisioning phone numbers for WhatsApp integration, specifying desired country codes (e.g., "US").
  • Detecting when a WhatsApp connection has been successfully established with a new customer.
  • Integrating Kapso's platform API into agent workflows to streamline operations.

Key capabilities

  • Customer creation via POST /customers endpoint.
  • Setup link generation using POST /customers/:id/setup_links.
  • Phone number provisioning during setup link creation, including specifying country ISO codes.
  • WhatsApp connection detection through project webhooks (whatsapp.phone_number.created) or success redirect URL query parameters.
  • Access to the Kapso Platform API base /platform/v1 and Meta proxy base /meta/whatsapp/v24.0.

Example prompts

  • "Create a new customer in Kapso and generate a setup link."
  • "Provision a US phone number when creating a new customer's setup link."
  • "How can I detect when a WhatsApp connection is established for a new customer?"

Tips & gotchas

  • Remember to include the X-API-Key authentication header with your requests.
  • The Platform API base path is /platform/v1. All endpoints are relative to this path.
  • Refer to the linked references (Platform API Reference, Getting Started Guide, Setup Links documentation, and Detecting WhatsApp Connection) for detailed information on specific endpoints and configurations.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
gokapso
Installs
87

🌐 Community

Passed automated security scans.