Botpress website screenshot

Botpress

Botpress is an open-source conversational AI platform for building, deploying, and managing chatbots with a visual flow editor and cloud hosting. Botpress Cloud exposes a REST API plus a Chat API for sending messages to deployed bots. Self-hosted Botpress remains open-source.

Botpress publishes 6 APIs on the APIs.io network, including Admin API, Conversations API, Files API, and 3 more. Tagged areas include AI, Conversational, Chat, Open Source, and Bot Builder.

Botpress’ developer surface includes authentication, documentation, GitHub presence, and 9 more developer resources.

38.9/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
8 APIs
AIConversationalChatOpen SourceBot BuilderLLM

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 38.9/100 · thin
Contract Quality 13.4 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 9.5 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/botpress: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 8

Individual APIs this provider publishes, each with its own machine-readable definition.

Botpress Chat API

Webhook-based REST API for sending and receiving chat messages with deployed Botpress bots. Endpoint pattern is https://chat.botpress.cloud/{webhookUrl}/messages.

Botpress Admin API

The Admin API from Botpress — 3 operation(s) for admin.

Botpress Conversations API

The Conversations API from Botpress — 3 operation(s) for conversations.

Botpress Files API

The Files API from Botpress — 3 operation(s) for files.

Botpress Messages API

The Messages API from Botpress — 2 operation(s) for messages.

Botpress Tables API

The Tables API from Botpress — 3 operation(s) for tables.

Botpress Users API

The Users API from Botpress — 2 operation(s) for users.

Botpress Cloud Management API

REST API for managing bots, integrations, conversations, users, and analytics on Botpress Cloud. Authentication via personal access tokens or workspace API keys.

Scroll for all 8

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Botpress Cloud API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Botpress Rate Limits

7 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Botpress Authentication

http · 1 scheme

SECURITY

Botpress Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Botpress Trust Center

SOC 2, ISO 27001

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Botpress Agentic Access

31 operations · 19 acting

31 operations · 19 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: botpress
url: https://raw.githubusercontent.com/api-evangelist/botpress/refs/heads/main/apis.yml
name: Botpress
kind: company
description: Botpress is an open-source conversational AI platform for building, deploying, and managing chatbots with a visual
  flow editor and cloud hosting. Botpress Cloud exposes a REST API plus a Chat API for sending messages to deployed bots.
  Self-hosted Botpress remains open-source.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/botpress.png
tags:
- AI
- Conversational
- Chat
- Open Source
- Bot Builder
- LLM
created: '2026-05-08'
modified: '2026-07-25'
specificationVersion: '0.19'
apis:
- aid: botpress:chat
  name: Botpress Chat API
  description: Webhook-based REST API for sending and receiving chat messages with deployed Botpress bots. Endpoint pattern
    is https://chat.botpress.cloud/{webhookUrl}/messages.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://botpress.com/docs
  baseURL: https://chat.botpress.cloud
  tags:
  - Chat
  - Webhooks
  - Messaging
  properties:
  - type: Documentation
    url: https://botpress.com/docs
- aid: botpress:botpress-admin-api
  name: Botpress Admin API
  description: The Admin API from Botpress — 3 operation(s) for admin.
  humanURL: https://botpress.com/docs
  baseURL: https://api.botpress.cloud
  tags:
  - Admin
  properties:
  - type: OpenAPI
    url: openapi/botpress-admin-api-openapi.yml
- aid: botpress:botpress-conversations-api
  name: Botpress Conversations API
  description: The Conversations API from Botpress — 3 operation(s) for conversations.
  humanURL: https://botpress.com/docs
  baseURL: https://api.botpress.cloud
  tags:
  - Conversations
  properties:
  - type: OpenAPI
    url: openapi/botpress-conversations-api-openapi.yml
- aid: botpress:botpress-files-api
  name: Botpress Files API
  description: The Files API from Botpress — 3 operation(s) for files.
  humanURL: https://botpress.com/docs
  baseURL: https://api.botpress.cloud
  tags:
  - Files
  properties:
  - type: OpenAPI
    url: openapi/botpress-files-api-openapi.yml
- aid: botpress:botpress-messages-api
  name: Botpress Messages API
  description: The Messages API from Botpress — 2 operation(s) for messages.
  humanURL: https://botpress.com/docs
  baseURL: https://api.botpress.cloud
  tags:
  - Messages
  properties:
  - type: OpenAPI
    url: openapi/botpress-messages-api-openapi.yml
- aid: botpress:botpress-tables-api
  name: Botpress Tables API
  description: The Tables API from Botpress — 3 operation(s) for tables.
  humanURL: https://botpress.com/docs
  baseURL: https://api.botpress.cloud
  tags:
  - Tables
  properties:
  - type: OpenAPI
    url: openapi/botpress-tables-api-openapi.yml
- aid: botpress:botpress-users-api
  name: Botpress Users API
  description: The Users API from Botpress — 2 operation(s) for users.
  humanURL: https://botpress.com/docs
  baseURL: https://api.botpress.cloud
  tags:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/botpress-users-api-openapi.yml
- aid: botpress:cloud-management
  name: Botpress Cloud Management API
  description: REST API for managing bots, integrations, conversations, users, and analytics on Botpress Cloud. Authentication
    via personal access tokens or workspace API keys.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://botpress.com/docs
  baseURL: https://api.botpress.cloud
  tags:
  - Cloud
  - Bots
  - Integrations
  - Workspaces
  properties:
  - type: Documentation
    url: https://botpress.com/docs
  - type: Signup
    url: https://app.botpress.cloud/
  - type: Pricing
    url: https://botpress.com/pricing
common:
- type: AgenticAccess
  url: agentic-access/botpress-agentic-access.yml
- type: TrustCenter
  url: security/botpress-trust-center.yml
- type: DomainSecurity
  url: security/botpress-domain-security.yml
- type: Authentication
  url: authentication/botpress-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/botpress
- type: Website
  url: https://botpress.com/
- type: Documentation
  url: https://botpress.com/docs
- type: GitHub
  url: https://github.com/botpress/botpress
- type: Plans
  url: plans/botpress-plans-pricing.yml
- type: RateLimits
  url: rate-limits/botpress-rate-limits.yml
- type: FinOps
  url: finops/botpress-finops.yml
- type: LlmsText
  url: https://botpress.com/llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com