Skip to content
Everruns Cloud is open in early access. Run agents without operating the platform.

message_endpoint

POST
/v1/e/{channel_id}/fcp
curl --request POST \
--url https://app.everruns.com/api/v1/e/example/fcp \
--header 'Content-Type: text/plain' \
--data example

Send a message to a published FCP endpoint. Authenticate with Authorization: Bearer or X-Everruns-FCP-Token when the endpoint requires a token.

channel_id
required
string

FCP endpoint channel ID

Plain UTF-8 text or JSON with a message field. Maximum 256 KiB.

Media typetext/plain
string

Agent reply as Markdown

Media typetext/markdown

Malformed or empty message

Media typetext/markdown

Missing or invalid FCP token

Media typetext/markdown

Endpoint not found, app not published, or channel disabled

Media typetext/markdown

FCP session expired

Media typetext/markdown

Body exceeds 256 KiB

Media typetext/markdown

Per-channel FCP rate limit exceeded

Media typetext/markdown

Agent response timeout

Media typetext/markdown