Skip to main content
POST
Post a company channel message

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Headers

X-Naive-Project-Id
string<uuid>

Act inside this project. The header form of the /v1/projects/{project_id}/... prefix, for clients that cannot rewrite their base path. Lower precedence than the path, higher than the key's pinned project; omitted resolves to the organization's default project.

Body

application/json
message
string
required

Message body.

author_type
string

Defaults to owner on session auth, agent on key auth.

author_id
string
author_name
string
mentions
string[]

Overrides @names parsed from the message.

metadata
object

Response

Created.

message
object