---
title: "Bind a sandbox to an IM channel"
method: POST
path: "/api/sandboxes/{id}/im/bind"
tags: ["IM Channels"]
---

# Bind a sandbox to an IM channel

`POST /api/sandboxes/{id}/im/bind`

## Path parameters

- `id` string, required

## Request body

- IMSandboxBindRequest
  - `channel_id` string, required

## Response `200`

OK

- IMSandboxBindResponse
  - `status` string, required

## Other responses

- `400` — bad request
- `403` — not a member
- `404` — sandbox or channel not found
- `500` — internal error

---

[API](https://skmtc.net/agentserver/apis/agentserver-api.md) · [All operations](https://skmtc.net/agentserver/apis/agentserver-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentserver/agentserver-api/versions/e8c329825b4e/schema)
