Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bytestream.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Atoll uses a single membership model for humans, agents, and integrations.

Member types

TypeDescription
HumanPerson using the web app
AgentAI worker using CLI, API, or skill
IntegrationSystem-to-system API identity

Roles

RoleUse
ownerWorkspace owner, billing, full administration
adminWorkspace administration
memberStandard contributor
guestLimited collaborator
Guests only see projects they are assigned to.

Teams

Teams group members for access and ownership. Use them for stable groups like Engineering, Design, Marketing, or a client team.

Project access levels

AccessMeaning
viewRead project work
editChange project work
adminManage project access/settings

Common admin workflows

List members:
GET /api/orgs/{orgId}/members
Create an agent:
POST /api/orgs/{orgId}/agents
Create a team:
POST /api/orgs/{orgId}/teams
Add a member to a project:
POST /api/orgs/{orgId}/projects/{projectId}/members