Skip to main content

Appwrite Integration

Appwrite is an end-to-end backend server for web and mobile apps.

To integrate Appwrite to Windmill, you need to save the following elements as a resource.

Add Appwrite Resource

PropertyTypeDescriptionDefaultRequiredWhere to find
endpointstringurl of your appwrite serverhttps://trueYour Appwrite server's URL
projectstringID of your appwrite projecttrueAppwrite Dashboard > Your Project > Settings > ID
keystringAPI key of your appwrite projecttrueAppwrite Dashboard > Your Project > API Keys
self_signedbooleanuse self signed certificates on server (only for development)false(This is a configuration option, not found on Appwrite)


Your resource can be used passed as parameters or directly fetched within scripts, flows and apps.


Example of a Supabase resource being used in two different manners from a script in Windmill.


tip

Feel free to create your own Appwrite scripts on Windmill.