Use this manifest to create a pre-configured app. You can change the display names and descriptions to match your use case in the JSON, or configure that after the app creation.
View JSON manifest
{
"display_information": {
"name": "Dataiku Agent App",
"description": "App to interact with a Dataiku Agent through a bot.",
"background_color": "#1c2a38",
"long_description": "I'm a bot to interact with a Dataiku Agent. You can talk to me in direct messages or mention me in a channel I'm part of. I will reply in the same thread or start one and consider the thread as part of our conversation."
},
"features": {
"app_home": {
"home_tab_enabled": true,
"messages_tab_enabled": true,
"messages_tab_read_only_enabled": false
},
"bot_user": {
"display_name": "Dataiku Agent",
"always_online": true
},
"assistant_view": {
"assistant_description": "I'm a Dataiku Agent!",
"suggested_prompts": []
}
},
"oauth_config": {
"scopes": {
"bot": [
"app_mentions:read",
"channels:history",
"channels:read",
"chat:write",
"groups:history",
"groups:read",
"im:history",
"mpim:history",
"reactions:write",
"users:read",
"users:read.email"
]
}
},
"settings": {
"event_subscriptions": {
"bot_events": [
"app_home_opened",
"app_mention",
"assistant_thread_started",
"message.im"
]
},
"interactivity": {
"is_enabled": true
},
"org_deploy_enabled": false,
"socket_mode_enabled": true,
"token_rotation_enabled": false
}
}