Scope and reading
Use a Bearer token. Personal organization is returned inGET /v1/users/me, in the
response.resource_organization field.
An API key needs account:read to read the profile and account:write to change personal
organization.
Folders and favorites only accept these resource types:
Folder colors are
neutral, red, orange, yellow, green, blue and purple.
Create a folder
name is required. color and position are optional. The response contains the created folder
in response.
Rename, recolor or reorder a folder
folder_id is the personal folder’s ID. The response contains the updated folder in response.
Delete a folder
Put a resource in a folder
The body can contain the resource’s position within the folder:
response.
To remove just the folder link:
Favorite and unfavorite a resource
To favorite:response and are safe to repeat.
Activity
Creating, editing or deleting a folder, moving a resource, and favoriting or unfavoriting generates an activity. The dashboard and workflows use the same API; API key calls made through the CLI, MCP, or the extension also enter the history. The client doesn’t sendorigin or
author_id: those fields are set by the API.