Braven
Your account

API and custom instances

A read API for your server, and running Braven under your own bot application.

This is a Elite feature. /subscribe to enable it.

The API

/api-key create issues a token scoped to your server. The token decides the server — there is no way to read another server's data with it.

Read-only, covering tickets, duty sessions and player records. Useful for a website that shows staff activity, or for tying Braven's records to your own systems.

Keys are stored hashed. If you lose one, revoke it and make another; it cannot be shown to you a second time.

Custom instances

/instance runs Braven under your own Discord application — your name, your avatar, your bot tag. Members never see the word Braven.

The token is encrypted at rest and never returned by the dashboard. The instance serves exactly one server: anything arriving from elsewhere is ignored.

Commands

/api-key

An API token for this server

SubcommandWhat it does
/api-key generateCreate a token, replacing any existing one
/api-key revokeDelete the token
/api-key statusIs there a token, and is it used?

/instance

Run Braven under your own bot application

SubcommandWhat it does
/instance setupPoint Braven at your own bot application
/instance disableGo back to the shared bot
/instance statusIs the custom instance running?

On this page