Botpress 0.0.0-dev.5
This is a prerelease version of Botpress.
dotnet add package Botpress --version 0.0.0-dev.5
NuGet\Install-Package Botpress -Version 0.0.0-dev.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Botpress" Version="0.0.0-dev.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Botpress" Version="0.0.0-dev.5" />
<PackageReference Include="Botpress" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Botpress --version 0.0.0-dev.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Botpress, 0.0.0-dev.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Botpress@0.0.0-dev.5
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Botpress&version=0.0.0-dev.5&prerelease
#tool nuget:?package=Botpress&version=0.0.0-dev.5&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Botpress
Features
- Fully generated C# SDK based on official Botpress OpenAPI specifications using AutoSDK
- Covers all 5 Botpress APIs: Admin, Chat, Files, Runtime, and Tables (144 endpoints)
- MEAI
AIFunctiontools for use with anyIChatClient - 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.
Usage
using Botpress;
// Authenticate with a Personal Access Token
using var client = new BotpressClient(apiKey);
// Admin API - list bots in a workspace
await client.Admin.AdminListBotsAsync(xWorkspaceId: "your-workspace-id");
// Runtime API - list conversations for a bot
await client.Runtime.RuntimeListConversationsAsync(xBotId: "your-bot-id");
// Tables API - list tables
await client.Tables.TablesListTablesAsync(xBotId: "your-bot-id");
Support
Priority place for bugs: https://github.com/tryAGI/Botpress/issues
Priority place for ideas and general questions: https://github.com/tryAGI/Botpress/discussions
Discord: https://discord.gg/Ca2xhfBf3v
Acknowledgments
This project is supported by JetBrains through the Open Source Support Program.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.AI.Abstractions (>= 10.4.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.0-dev.5 | 47 | 4/1/2026 |
| 0.0.0-dev.3 | 45 | 3/29/2026 |
| 0.0.0-dev | 41 | 3/29/2026 |