> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yampi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Inbox

> Crea un nuevo inbox (canal). Cuerpo según inbox_create_payload.

Requiere **userApiKey**. Puedes crear más de un inbox web por cuenta.

<ParamField path="account_id" type="integer" required>ID de la cuenta.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST 'https://app.yampi.ai/api/v1/accounts/1/inboxes' \
    -H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json' \
    -d '{"name":"Website","channel_type":"Channel::WebWidget"}'
  ```
</RequestExample>
