Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.usemoonshine.com/llms.txt

Use this file to discover all available pages before exploring further.

Using the Run Function

Run is the general purpose function run workflows and nodes. To use run:
moonshine.run(flow="[function_path]", ...)
The flow is a path to the function or workflow being run. The later sections will cover the functions and how to run workflows. The rest of the parameters will depend on the function being run. Go to Functions to read the docs for all available functions and go to Workflows to read the docs for running workflows.
flow
string
required
Path to the function or workflow being run, ex: “/core/search”
...
All other paramters required based on the function being run.