[Beta] Create a new axon.
Optionalparams: Runloop.AxonCreateParamsParameters for creating the axon.
Optionaloptions: RequestOptions<unknown>Request options.
An Axon instance.
Get an axon object by its ID.
The ID of the axon.
An Axon instance.
[Beta] List all active axons.
Optionalparams: Runloop.AxonListParamsOptional filter/pagination parameters.
Optionaloptions: RequestOptions<unknown>Request options.
An array of Axon instances.
[Beta] Axon SDK interface for managing axons.
Remarks
Overview
The
AxonOpsclass provides a high-level abstraction for managing axons, which are event communication channels. Axons support publishing events and subscribing to event streams via server-sent events (SSE).Usage
This interface is accessed via RunloopSDK.axon. You should construct a RunloopSDK instance and use it from there:
Example