{
  "display_information": {
    "name": "Interlok",
    "description": "Hold, determine and prove agent actions that cannot be undone.",
    "background_color": "#080a0f"
  },
  "features": {
    "bot_user": {
      "display_name": "Interlok",
      "always_online": true
    },
    "slash_commands": [
      {
        "command": "/interlok",
        "url": "https://interlok.io/api/public/v1/slack/command",
        "description": "Show the determination queue",
        "usage_hint": "[queue|held|mine]",
        "should_escape": false
      }
    ]
  },
  "oauth_config": {
    "redirect_urls": [
      "https://interlok.io/api/public/v1/slack/oauth"
    ],
    "scopes": {
      "bot": [
        "chat:write",
        "commands",
        "users:read",
        "im:write"
      ]
    }
  },
  "settings": {
    "interactivity": {
      "is_enabled": true,
      "request_url": "https://interlok.io/api/public/v1/slack/interact"
    },
    "org_deploy_enabled": true,
    "socket_mode_enabled": false,
    "token_rotation_enabled": false
  }
}