Appwrite SDK for Godot¶
Welcome to the community-maintained Appwrite SDK for Godot 4.
This sdk provide support for Auth, Databases, Storage, Functions, Teams, and more.
This project is community-maintained and is not officially maintained by Appwrite.
What is this documentation?¶
The official Appwrite documentation explains every API, authentication flow, and backend concept.
This documentation complements it by providing Godot specific:
- SDK installation
- Configuration
- API usage examples for every endpoint
Official Appwrite Documentation¶
For concepts, architecture, authentication, permissions, databases, functions, and backend features, always refer to: Appwrite Docs
API Examples¶
Browse the sidebar to find examples for every available Appwrite service.
Each page contains:
- Endpoint description
- Complete GDScript example
Godot Editor Documentation¶
Every class and method also includes built-in documentation inside the Godot Editor for quick reference while developing.