Botpress 1.0.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Botpress --version 1.0.0
NuGet\Install-Package Botpress -Version 1.0.0
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="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Botpress" Version="1.0.0" />
<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 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Botpress, 1.0.0"
#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@1.0.0
#: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=1.0.0
#tool nuget:?package=Botpress&version=1.0.0
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");
CLI
dotnet tool install --global Botpress.CLI --prerelease
botpress api --help
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.7.0)
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 |
|---|---|---|
| 1.0.1-dev.45 | 32 | 9/25/2026 |
| 1.0.1-dev.44 | 45 | 9/22/2026 |
| 1.0.1-dev.43 | 40 | 9/22/2026 |
| 1.0.1-dev.42 | 41 | 9/22/2026 |
| 1.0.1-dev.41 | 44 | 9/22/2026 |
| 1.0.1-dev.40 | 42 | 9/22/2026 |
| 1.0.1-dev.39 | 53 | 9/21/2026 |
| 1.0.1-dev.38 | 56 | 9/20/2026 |
| 1.0.1-dev.37 | 52 | 9/20/2026 |
| 1.0.1-dev.36 | 62 | 9/13/2026 |
| 1.0.1-dev.35 | 50 | 9/13/2026 |
| 1.0.1-dev.34 | 77 | 9/6/2026 |
| 1.0.1-dev.33 | 88 | 9/6/2026 |
| 1.0.1-dev.32 | 74 | 9/4/2026 |
| 1.0.1-dev.31 | 68 | 9/2/2026 |
| 1.0.1-dev.29 | 80 | 8/30/2026 |
| 1.0.0 | 146 | 6/23/2026 |
| 0.0.0-dev.27 | 186 | 6/17/2026 |
| 0.0.0-dev.25 | 93 | 6/16/2026 |
| 0.0.0-dev.21 | 71 | 5/21/2026 |
Loading failed