B
botpress.com
Botpress is a platform for building, deploying, and managing AI agents and chatbots. It provides hosted tooling for agent development, web chat embedding, integrations, and cloud-based runtime management.
Botpress exposes a documented Botpress Cloud HTTP API suite (Chat, Admin, Files, Runtime) authenticated with a personal access token, plus the `adk` CLI authenticated by Botpress account login.
discovered 2mo ago
REST · OpenAPI1
- Botpress Cloud APIdiscovered
CLI1
- Botpress ADK CLIdiscovered
Credentials
In your Botpress dashboard, create a personal access token as described in the Botpress Cloud API authentication docs. Use the token as a Bearer token when calling the Cloud APIs.
Botpress account login for ADK CLIoauth2
$ adk loginAcquired by the CLI — running adk login opens the auth flow and stores the credential.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://botpress.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing