Workspace configuration
Writeable attributes
Workspaces have a single unique attribute,
workspace_id, which can be used for assertions, or you can add your own.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The legacy app.ts layout is deprecated. New apps use the folder-based layout under src/app/; convert existing apps with the migration guide.
An object to group users of your product
api_slug: workspaces
singular_noun: Workspace
plural_noun: Workspaces
| Attribute | Slug | Type | Traits |
|---|---|---|---|
| ID | workspace_id | Text | Unique, required |
| Name | name | Text | |
| Users | users | Record reference | Relationship, inverse of User -> workspaces, multiselect |
| Company | company | Record reference | Relationship, inverse of Company -> associated_workspaces |
| Avatar URL | avatar_url | Text | Similar to Company logo_url |
workspace_id, which can be used for assertions, or you can add your own.Was this page helpful?