host.channel.open
Create a named channel, or return the existing one of that name; or, with group instead of name, open (idempotently) the one channel for a group you own -- every current member can then host.channel.post/read it. Refuses channels_max (quota_exceeded) past the plan's cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Channel name to create or look up. | |
| group | No | A group you own (host.group.create); open its one channel instead. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |