aidelly_list_workspaces
List workspace IDs available to this API key. Call this before creating posts when the user has multiple workspaces, then pass the chosen id as workspace_id so Aidelly posts to the exact workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content. |