appwrite-dotnet

Installation
SKILL.md

Appwrite .NET SDK

Installation

dotnet add package Appwrite

Setting Up the Client

using Appwrite;
using Appwrite.Services;
using Appwrite.Models;

var client = new Client()
    .SetEndpoint("https://<REGION>.cloud.appwrite.io/v1")
    .SetProject(Environment.GetEnvironmentVariable("APPWRITE_PROJECT_ID"))
Related skills

More from chiragagg5k/appwrite-agent-skills

Installs
1
First Seen
Mar 10, 2026