---
title: "Bind WhatsApp chat/phone to an owned agent"
method: POST
path: "/api/v1/agents/{agentId}/channels/whatsapp/bind"
tags: ["agent-infra", "channels"]
---

# Bind WhatsApp chat/phone to an owned agent

`POST /api/v1/agents/{agentId}/channels/whatsapp/bind`

## Path parameters

- `agentId` string, required

## Request body

- object
  - `phoneOrChatId` string, required
  - `userId` string
  - `metadata` object

## Response `201`

WhatsApp binding created/updated

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/memesio/apis/memesio-api-contracts.md) · [All operations](https://skmtc.net/memesio/apis/memesio-api-contracts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memesio/memesio-api-contracts/revisions/826e6edbf294/schema)
