Skip to content

Satori V1 Protocol Configuration

Complete configuration guide for Satori V1 protocol.

Configuration Location

Can be set in general as default values, or configured individually at account level:

yaml
# Global default configuration
general:
  satori.v1:
    use_ws: true
    path: /satori

# Account level configuration (overrides general)
{platform}.{account_id}:
  satori.v1:
    use_ws: true
    path: /satori
    token: 'your_token'

Configuration Fields

FieldTypeRequiredDescriptionDefault
use_httpboolean | HttpConfigNoWhether to enable HTTP API or HTTP config objectfalse
use_wsboolean | WsConfigNoWhether to enable WebSocket or WebSocket config objecttrue
tokenstringNoAccess token for authentication-
self_idstringNoBot ID-
platformstringNoPlatform namesatori
webhooksstring[] | WebhookConfig[]NoWebhook configuration list[]
filtersanyNoEvent filters-