Quick Introduction
Team collaboration features help you manage shared API endpoints, quotas, and logs for multi-user collaboration while maintaining clear access control.- Share API endpoints, quotas, and logs with colleagues while maintaining clear access control
- Invite members instantly via link or email, with the ability to revoke or resend invitations
- Assign individual quotas to members and view team-wide usage and rankings
- Switch between personal and team contexts to ensure calls follow the current context
Quick Start
- Create a team: Add a name and description, and confirm default role assignment rules.

- Invite colleagues: Choose link or email invitation based on your scenario. Resend if not received, or revoke if sent by mistake.

- Quotas and roles: Assign owner or administrator roles to key members, and allocate quotas to members.

- Start using: Switch between personal and team contexts to ensure quotas and permissions match the current identity.

Documentation
Roles and Permissions
Learn about team member roles and permission management.
Permission Reference
Look up every fine-grained permission — what it lets you do, what you’ll see when it’s missing, and the identifier to share with your admin.
Invitations and Access
Learn how to invite members and manage access permissions.
Quotas and Usage
Learn about quota allocation and usage management.
Analytics and Lifecycle
View team statistics and lifecycle management.
Permission catalog
Every permission, grouped by feature area. Click a capability to jump to its full description in the Permission Reference. Each row carries a Level label, taken from the OpenAPI authorization matrix:instance— can be granted on a specific resource instance (e.g. one project). Admin can give it on project A and withhold it on project B.service— applies to the resource type as a whole. Once granted, it covers every instance of that resource in your team.
Projects
| Capability | Identifier | Level |
|---|---|---|
| Browse the project list | project:list | service |
| Open a project | project:read | instance |
| Create a new project | project:create | service |
| Edit project settings | project:modify | instance |
| Delete a project | project:delete | instance |
| Combined search | project:search | instance |
Documents
| Capability | Identifier | Level |
|---|---|---|
| See the Files tab | project:doc_list | instance |
| Read a document | project:doc_read | instance |
| Add a document | project:doc_add | instance |
| Remove a document | project:doc_delete | instance |
| Search documents | project:doc_search | instance |
Memories
| Capability | Identifier | Level |
|---|---|---|
| See the Memories tab | project:mem_list | instance |
| Read a memory | project:mem_read | instance |
| Search memories | project:mem_search | instance |
| Forget a memory | project:mem_delete | instance |
| Add a memory | project:mem_add | instance |
| Resolve a memory conflict | project:mem_conflict_resolve | instance |
MCP
| Capability | Identifier | Level |
|---|---|---|
| See the Integrations tab | project:mcp_read | instance |
| List MCP servers | project:mcp_list | instance |
| Create an MCP server | project:mcp_add | instance |
| Revoke an MCP server | project:mcp_delete | instance |
Library
| Capability | Identifier | Level |
|---|---|---|
| Read files | drive:item_read | service |
| Upload files | drive:item_add | service |
| Edit files | drive:item_modify | service |
| Delete files | drive:item_delete | service |