https://github.com/tryagi/flowise
C# SDK based on official Flowise OpenAPI specification
https://github.com/tryagi/flowise
ai autosdk csharp dotnet flowise openapi sdk
Last synced: about 1 month ago
JSON representation
C# SDK based on official Flowise OpenAPI specification
- Host: GitHub
- URL: https://github.com/tryagi/flowise
- Owner: tryAGI
- License: mit
- Created: 2024-09-28T14:03:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-05T05:30:23.000Z (about 2 months ago)
- Last Synced: 2026-05-05T07:23:59.620Z (about 2 months ago)
- Topics: ai, autosdk, csharp, dotnet, flowise, openapi, sdk
- Language: C#
- Homepage: https://tryagi.github.io/Flowise/
- Size: 506 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flowise
[](https://www.nuget.org/packages/Flowise/)
[](https://github.com/tryAGI/Flowise/actions/workflows/dotnet.yml)
[](https://github.com/tryAGI/Flowise/blob/main/LICENSE.txt)
[](https://discord.gg/Ca2xhfBf3v)
## Features 🔥
- Fully generated C# SDK based on [official Flowise OpenAPI specification](https://raw.githubusercontent.com/FlowiseAI/Flowise/refs/heads/main/packages/api-documentation/src/yml/swagger.yml) using [AutoSDK](https://github.com/HavenDV/AutoSDK)
- Same day update to support new features
- Updated and supported automatically if there are no breaking changes
- All modern .NET features - nullability, trimming, NativeAOT, etc.
- Support .Net Framework/.Net Standard 2.0
### Usage
```csharp
using Flowise;
using var client = new FlowiseClient(apiKey);
```
## Support
Priority place for bugs: https://github.com/tryAGI/Flowise/issues
Priority place for ideas and general questions: https://github.com/tryAGI/Flowise/discussions
Discord: https://discord.gg/Ca2xhfBf3v
## Acknowledgments

This project is supported by JetBrains through the [Open Source Support Program](https://jb.gg/OpenSourceSupport).