Create a space
Create a new space within an organization.
Payload Requirements
nameandorganization_idare required.- The space name must be unique within the organization.
descriptionis optional and defaults to an empty string if omitted.- System-managed fields (
id,created_at) are generated automatically and rejected if provided.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Body
Body containing space creation parameters
Name of the space (must be unique within the organization)
255ID of the organization to create the space in
A brief description of the space's purpose. Defaults to an empty string if omitted.
1000Response
A space object
A space is a container within an organization for grouping related projects, datasets, and experiments. Spaces enable team collaboration or isolated experimentation with role-based access control.