Superinterface
Product
Pricing
Examples
Docs
Blog
GitHub
Discord
Book a demo
Sign in
Menu
Getting started
AI Provider Setup
FAQ
Assistants
Create assistant
Functions
Interfaces
Create interface
Interaction Modes
AI Builder
Publish interface
Components
Annotations
Concepts
Why Superinterface
How it works
Tasks
Overview
API reference
React
JavaScript
REST
Assistants
Initial messages
AI providers
API keys
Messages
Tasks
Workspaces
GET
List workspaces
POST
Create workspace
GET
Get workspace
PATCH
Update workspace
Avatars
MCP servers
Functions
Workspaces
Workspaces group your resources within an organization.
Endpoints
Manage your workspaces with these REST endpoints.
List workspaces
Retrieve a list of workspaces
Create workspace
Create a new workspace
Get workspace
Retrieve a specific workspace
Update workspace
Update an existing workspace
Workspace
type
Parameter
Type
Description
id
string
Unique identifier for the workspace
name
string
Workspace name
createdAt
string
Timestamp when the workspace was created
updatedAt
string
Timestamp when the workspace was updated
Example workspace
const
workspace
=
{
id
:
'
60cfe680-fee5-49b9-b386-6a7097eb8497
'
,
name
:
'
Project alpha
'
,
createdAt
:
'
2024-01-15T10:30:00Z
'
,
updatedAt
:
'
2024-01-15T10:30:00Z
'
,
}
Status
Changelog
Terms of service
Privacy policy