Skip to main content

action.launchSolana — Launch Solana

Requests a Solana coin launch. Inputs
PortKindTypeStructureNotes
exec-inexecRequired
suggest_onlydatabooleanscalarOptional
namedatastringscalarRequired
tickerdatastringscalarRequired
imagedataimage_urlscalarProvide either this or image_blob
image_blobdataimage_blobscalarProvide either this or image
twitterdataurlscalarOptional
websitedataurlscalarOptional
buy_amtdatanumberscalarRequired by schema
tip_amtdatanumberscalarRequired by schema
platformdatasolana_launch_platformscalarRequired (e.g. pump_fun, bonk, bonk_usd1)
walletdatasolana_walletscalarRequired
bundle_configdatabundle_configscalarOptional
Outputs
PortKindNotes
exec-outexec
mintdataPlaceholder null
lpdataPlaceholder null
Notes:
  • Runtime requires exactly one of image or image_blob (not both), and at least one must be present.
  • The mint and lp outputs are placeholders and are currently always null.

action.launchBnb — Launch BNB

Same as action.launchSolana, plus:
PortKindTypeStructureNotes
gweidatainteger/numberscalarRequired
platformdatabnb_launch_platformscalarRequired (e.g. four_meme)
walletdatabnb_walletscalarRequired

action.delay — Delay

Sleeps for a duration (seconds). Inputs
PortKindTypeStructureNotes
exec-inexecRequired
delaydatanumberscalarOptional; falls back to config default
Outputs
PortKind
exec-outexec
Config:
  • defaultDelaySeconds (number) — used when delay isn’t wired

action.notify — Notify

Emits a notify effect with { level, message }. Inputs
PortKindTypeStructure
exec-inexec
messagedatastringscalar
Outputs
PortKind
exec-outexec
Config:
  • level (string, default info) — e.g. info, warning, error