v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
axons

[Beta] Publish an event to an axon.

[Beta] Publish an event to a specified axon.

post/v1/axons/{id}/publish

Path parameters

idstring required

The axon identifier.

Request body

sourcestring required

The source of the event (e.g. github, slack).

event_typestring required

The event type (e.g. push, pull_request).

origin'EXTERNAL_EVENT' | 'AGENT_EVENT' | 'USER_EVENT' required

Allowed event origins for publish requests.

payloadstring required

Event payload.

Response

OK

sequenceinteger required

Assigned sequence number.

timestamp_msinteger required

Timestamp in milliseconds since epoch.