Create Brand
POST /api/v1/brands
POST
/api/v1/brands
Create a new brand (feature-gated by plan tier).
Authorizations
Request Body required
Request to create a new brand.
object
contact_info
name
required
string
personality
Any of:
Agent persona overrides for a brand.
null
slug
required
string
theme
Any of:
Visual theme for a brand (hex color codes only).
object
background_color
string
primary_color
string
text_color
string
null
Responses
201
Successful Response
Full brand configuration snapshot (read model).
object
contact_info
custom_hostname_status
string
id
required
string format: uuid
name
required
string
personality
sending_domain_status
string
slug
required
string
tenant_id
required
string format: uuid
theme
Visual theme for a brand (hex color codes only).
object
background_color
string
primary_color
string
text_color
string
422
Validation Error
object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string