mulerouter
Installation
SKILL.md
MuleRouter API
Generate images and videos using MuleRouter or MuleRun multimodal APIs.
Required Environment Variables
This skill requires the following environment variables to be set before use:
| Variable | Required | Description |
|---|---|---|
MULEROUTER_API_KEY |
Yes | API key for authentication (get one here) |
MULEROUTER_BASE_URL |
Yes* | Custom API base URL (e.g., https://api.mulerouter.ai). Takes priority over SITE. |
MULEROUTER_SITE |
Yes* | API site: mulerouter or mulerun. Used if BASE_URL is not set. |
*At least one of MULEROUTER_BASE_URL or MULEROUTER_SITE must be set.
The API key is included in Authorization: Bearer headers when making network calls to the configured API endpoint.
If any of these variables are missing, the scripts will fail with a configuration error. Check the Configuration section below to set them up.