Adding body_classes to a twig template

is it possible to add a body class to a twig template. I would like when a page is created a body class is added to the page automatically then manually adding it.

Generally, use <body id="top" class="{{ page.header.body_classes }}"> in templates to accommodate this. If you want a default set, you’d have to use blueprints to handle that somehow.