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)
255The unique identifier of the organization to create the space in
"RW50aXR5OjEyMzQ1"
A brief description of the space's purpose. Defaults to an empty string if omitted.
1000Whether to create the space as private. Private spaces are only visible
to their members and account/org/space admins. Defaults to false
(public) if omitted.
Response
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.
Unique identifier for the space
Name of the space
A brief description of the space's purpose
Timestamp for when the space was created
Whether the space is private. Private spaces are only visible to their members and account/org/space admins.