{ "display_information": { "name": "your-bot-name", "description": "your-bot-description", "background_color": "#000000" }, "features": { "bot_user": { "display_name": "your-bot-name", "always_online": true }, "slash_commands": [ { "command": "/your-bot-name", "description": "Slash commands for your Agent", "should_escape": true } ] }, "oauth_config": { "scopes": { "bot": [ "app_mentions:read", "chat:write", "chat:write.public", "im:history", "reactions:read", "reactions:write", "users:read", "channels:read", "groups:read", "mpim:read", "im:read", "files:read" ] } }, "settings": { "event_subscriptions": { "bot_events": [ "app_mention", "message.channels", "message.im" ] }, "interactivity": { "is_enabled": true }, "org_deploy_enabled": false, "socket_mode_enabled": true, "token_rotation_enabled": false } }