List organizations
| Parameter | Type | Description |
|---|---|---|
page | query | Page number (default: 1) |
pageSize | query | Items per page (default: 20) |
search | query | Search by name or slug |
Get organization
Storage configuration
Get storage config
Update storage config
org:settings scope.
Organization store
The organization store is an internal app store where members can discover and install shared entities.List store publications
| Parameter | Type | Description |
|---|---|---|
type | query | Filter by entity type: app, service, chat_extension |
Publish to store
| Parameter | Type | Required | Description |
|---|---|---|---|
entityId | body | Yes | Entity to publish |
isPublic | body | No | Make visible outside the organization |
entities:share_store scope + entity publisher access.
Remove from store
| Parameter | Type | Required | Description |
|---|---|---|---|
entityId | body | Yes | Entity to unpublish |
entities:share_store scope + entity publisher access.
Get publication details
Update publication
| Parameter | Type | Description |
|---|---|---|
isPublic | body | Update public visibility |
entities:share_store scope.
Delete publication
entities:share_store scope.

