Overview

The Cowork API powers shared, agent-assisted workspaces in Allternit. It lets you create and manage cowork sessions, projects, personas, project files, memory entries, and lightweight execution jobs. Everything is scoped to the authenticated user.

Base URL

All endpoints require a valid Bearer token in the Authorization header. See Authentication for details.

Endpoints

Sessions

List sessions

Response:

Create session

Request body:
Response:

Update session

Request body:
Response:

Personas

Create persona

Request body:
Response:

Projects

Create project

Request body:
Response:

Attach a file to a project

Request body:
Response:

Memory

Store memory

Request body:
Response:

Search memory

Request body:
Response:

Execution

Run an agent

Request body:
Response:

Queue a team execution

Request body:
Response:

Error codes