Create a new space within an organization.
Payload Requirements
name and organization_id are required.description is optional and defaults to an empty string if omitted.id, created_at) are generated
automatically and rejected if provided.Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
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.
1000A 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.