Documentation Index
Fetch the complete documentation index at: https://docs.getarca.app/llms.txt
Use this file to discover all available pages before exploring further.
Requires the workspaces:read scope.
Response
Returns an array of workspace objects.
URL-safe identifier for the workspace.
Optional workspace description.
Icon identifier slug (e.g., "folder-1", "chart", "briefcase"). null if not set.
Workspace cover image URL.
User ID of the workspace owner.
Your role in this workspace. One of owner, admin, member, or viewer.
UTC ISO-8601 creation timestamp.
[
{
"id": 3,
"name": "Acme Corp",
"slug": "acme-corp",
"description": "Main product workspace",
"icon": "briefcase",
"color": "blue",
"image_url": null,
"owner_id": 1,
"role": "owner",
"created_at": "2026-01-05T10:00:00.000Z"
}
]