# Library Bindings Library binding operations. Bind libraries to workspaces to enable access to library content for AI queries. ## Bind a library to a workspace - [POST /accounts/{accountId}/workspaces/{workspaceId}/libraries](https://docs.syncdocs.ai/api/sync-cloud-openapi/library-bindings/bindlibrarytoworkspace.md): Creates a binding between a library and a workspace, allowing the workspace to access the library's resources. ## List libraries bound to a workspace - [GET /accounts/{accountId}/workspaces/{workspaceId}/libraries](https://docs.syncdocs.ai/api/sync-cloud-openapi/library-bindings/listworkspacelibraries.md): Returns all libraries bound to the specified workspace with their binding information. ## Remove a library binding from a workspace - [DELETE /accounts/{accountId}/workspaces/{workspaceId}/libraries/{libraryId}](https://docs.syncdocs.ai/api/sync-cloud-openapi/library-bindings/removelibraryfromworkspace.md): Removes the binding between a library and a workspace. The library itself is not deleted.