Bluesky

Communication Handle and app password

Post and read on Bluesky from any Windmill script, flow or app.

Set up in 3 steps

1

Get your credential

In Bluesky, open Settings then App Passwords and create one. Use your handle as the username — never your account password.

2

Add the resource in Windmill

Open Resources, add a resource of type bluesky, and fill it in.

3

Run your first script

Fork any script below and read before writing anything.

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

bluesky — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
usernamestringNoUser handle without the @
passwordstringNoCreate an App password in Settings -> Privacy and Security -> App passwords

Questions

Why an app password?

Bluesky issues app passwords precisely so a script never holds your account password. They can be revoked one by one.

Is my credential stored on the hub?

Never. It lives only in your own Windmill workspace, encrypted at rest.