/
SY
symbol
/
Symbol API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
attachment
3
capsule
15
collection
9
mention
1
project
8
get
List projects visible to the caller
post
Create a project
get
Get a single project by id
put
Update a project
delete
Delete a project (capsules belonging to the project are not deleted)
post
Add capsules to a project
delete
Remove capsules from a project
get
Get project context (recent capsules + graph hints) for AI assistants
search
1
share
4
type
5
user-profile
2
workspace
1
project
Get a single project by id
get
/api/preview/projects/{id}
Path parameters
id
string
required
UUID v4 string
UUID v4 string
Response
Successful response
object
required
capsule_count
integer
capsules
object[]
color
string
nullable
content_bytes
integer
nullable
created_at
string
defaulted_type_count
integer
description
string
nullable
id
string
required
UUID v4 string
name
string
organization_id
string
nullable
slug
string
types
object[]
updated_at
string
user_id
string
visibility
string
workspace_id
string
nullable
Changes