Adding a sidebar with Cuztom isn't very different from the Wordpress method.

$sidebar = register_cuztom_sidebar( $args );

$args
All the arguments for the sidebar. See here for the full list.