Browse and manage a Funkwhale instance's library from any Windmill script, flow or app.
Set up in 2 steps
1
Create an application
In Funkwhale, open Settings, then Applications, and create a new one. Copy its access token.
2
Add the resource in Windmill
Open Resources, add a resource of type funkwhale, and fill baseUrl with your instance. The token is optional — leave it empty for public reads.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Resource type
funkwhale — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| baseUrl | string | Yes | |
| token | string | No | An access token to act as a logged-in user. You can create an application by visiting /settings. Leave this empty, if you want to perform unauthenticated requests. |
Questions
Why is the token optional?
Public endpoints answer unauthenticated requests. Anything acting as a user — libraries, favourites, uploads — needs one.
Is my token stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.