# Velt ## Docs - [CLAUDE](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/CLAUDE.md) - [Rewriter](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ai-copilot/design/overview.md): Let AI suggest improvements to your website text - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ai-copilot/design/setup.md) - [Add Permissions](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/auth/add-permissions.md): Use this API to add permissions to a user for various resources like organizations, folders, documents, etc. - [Generate Signature](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/auth/generate-signature.md): Use this API to generate a secure signature for Permission Provider responses. The signature validates the integrity of permission decisions returned from your authorization service. - [Generate Token](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/auth/generate-token.md): Use this API to generate authentication JWT token for users to access Velt features. The token contains user information and permissions for specific resources. - [Get Permissions](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/auth/get-permissions.md): Use this API to retrieve permissions for specific users within an organization. - [Remove Permissions](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/auth/remove-permissions.md): Use this API to remove permissions from a user for specific resources. - [Add Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/comments/add-comment-annotations.md): Use this API to add comment annotations to a document within an organization. - You can add comments on an element, text or page. - You can provide HTML or text content. - Additional filters can be applied using location IDs. - [Add Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/comments/add-comments.md): Use this API to add new comments to an existing comment annotation. - [Delete Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/comments/delete-comment-annotations.md): Use this API to delete comment annotations from a document within an organization. Additional filters can be applied using location IDs, annotation IDs, or user IDs. - [Delete Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/comments/delete-comments.md): Use this API to delete specific comments from a comment annotation. - [Get Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/comments/get-comment-annotations.md): Use this API to retrieve comment annotations from a document within an organization. Additional filters can be applied using location IDs, annotation IDs, or user IDs. - [Get Comment Annotations Count](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/comments/get-comment-annotations-count.md): Use this API to retrieve the count of comment annotations for specified documents, including both total and unread counts. - [Get Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/comments/get-comments.md): Use this API to retrieve comments from a specific comment annotation. - [Update Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/comments/update-comment-annotations.md): Use this API to update comment annotations in a document within an organization. Additional filters can be applied using location IDs, annotation IDs, or user IDs. - [Update Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/comments/update-comments.md): Use this API to update specific comments within a comment annotation. - [Add Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/documents/add-documents.md): Use this API to add documents with metadata to an organization. - [Delete Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/documents/delete-documents.md): Use this API to delete specific documents from an organization. - [Get Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/documents/get-documents.md): Use this API to retrieve specific documents or all documents from an organization. - [Move Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/documents/move-documents.md): Use this API to move documents to a different folder within an organization. - [Update Access for Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/documents/update-access-for-documents.md): Use this API to update the access type for a single or multiple documents at once. - [Update Disabled State for Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/documents/update-disabled-state-for-documents.md): Use this API to enable or disable both read and write access for all users. - [Update Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/documents/update-documents.md): Use this API to update metadata of documents within an organization. - [Add Folder](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/folders/add-folder.md): Use this API to create a new folder in an organization. - [Delete Folder](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/folders/delete-folder.md): Delete a folder and all its contents (documents and subfolders). - [Get Folders](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/folders/get-folders.md): Use this API to retrieve the given folder's metadata and its subfolders. You can retrieve nested subfolders at any depth level using the `maxDepth` parameter. The response includes an `ancestors` array showing the parent hierarchy and an `inheritAccessFromParent` field indicating whether access is i… - [Update Access for Folders](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/folders/update-access-for-folders.md): Use this API to update the access type for a single or multiple folders at once. - [Update Folder](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/folders/update-folder.md): Use this API to: 1. Update metadata of a folder within an organization. 2. Move a folder and its contents to a different parent folder. - [Delete All User Data (GDPR)](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/gdpr/delete-all-user-data-gdpr.md): Use this API to permanently delete all user data (GDPR compliance). - [Get All User Data (GDPR)](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/gdpr/get-all-user-data-gdpr.md): Use this API to export all data for a specific user (GDPR compliance). - [Get Delete All User Data Status (GDPR)](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/gdpr/get-delete-all-user-data-status-gdpr.md): Use this API to check the status of user data deletion jobs. - [Broadcast Event](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/livestate/broadcast-event.md): Use this API to broadcast live state events to any document. Use it with the Live State feature. - [Add Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/notifications/add-notifications.md): Use this API to add notifications. - [Delete Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/notifications/delete-notifications.md): Use this API to delete specific notifications. - [Get Config](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/notifications/get-config.md): Use this API to retrieve notification configuration settings for specific users and documents. - [Get Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/notifications/get-notifications.md): Use this API to retrieve notifications for a specific document within an organization. - [Set Config](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/notifications/set-config.md): Use this API to configure notification channels for specific users and documents. - [Update Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/notifications/update-notifications.md): Use this API to update existing notifications. - [Add Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/organizations/add-organizations.md): Use this API to add new organizations and its metadata. If an organization already exists, this will update its metadata. - [Delete Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/organizations/delete-organizations.md): Use this API to delete specific organization(s) data by their IDs. - [Get Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/organizations/get-organizations.md): Use this API to retrieve specific organizations by organization IDs. - [Update Disabled State for Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/organizations/update-disabled-state-for-organizations.md): Use this API to enable or disable both read and write access for all documents for all users. - [Update Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/organizations/update-organizations.md): Use this API to update existing organization(s) metadata. - [Generate Token](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/auth/generate-token.md) - [Add Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/comments-feature/comment-annotations/add-comment-annotations.md) - [Delete Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/comments-feature/comment-annotations/delete-comment-annotations.md) - [Get Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/comments-feature/comment-annotations/get-comment-annotations.md) - [Get Comment Annotations Count](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/comments-feature/comment-annotations/get-comment-annotations-count.md) - [Update Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/comments-feature/comment-annotations/update-comment-annotations.md) - [Add Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/comments-feature/comments/add-comments.md) - [Delete Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/comments-feature/comments/delete-comments.md) - [Get Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/comments-feature/comments/get-comments.md) - [Update Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/comments-feature/comments/update-comments.md) - [Add Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/documents/add-documents.md) - [Delete Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/documents/delete-documents.md) - [Get Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/documents/get-documents.md) - [Move Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/documents/move-documents.md) - [Update Access for Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/documents/update-document-access.md) - [Update Disabled State for Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/documents/update-document-disable-state.md) - [Update Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/documents/update-documents.md) - [Add Folder](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/folders/add-folder.md) - [Get Folders](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/folders/get-folders.md) - [Update Folder](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/folders/update-folder.md) - [Update Access for Folders](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/folders/update-folder-access.md) - [Delete All User Data](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/gdpr/delete-all-user-data-gdpr.md): Remove All User data from Velt. - [Get All User Data](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/gdpr/get-all-user-data-gdpr.md): Get all feature data for a user stored in Velt. - [Get Delete All User Data Status](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/gdpr/get-delete-user-data-status-gdpr.md): Get the status of the data deletion process for a user. - [Broadcast Event](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/livestate/broadcast-event.md) - [Delete Data by Location](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/locations/delete-data-by-location.md): Delete all data associated with a specific location - [Update Location](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/locations/update-location.md): Update a Location's metadata - [Add Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/notifications/add-notifications.md) - [Delete Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/notifications/delete-notifications.md) - [Get Config](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/notifications/get-config.md) - [Get Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/notifications/get-notifications.md) - [Set Config](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/notifications/set-config.md) - [Update Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/notifications/update-notifications.md) - [Add Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/organizations/add-organizations.md) - [Delete Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/organizations/delete-organizations.md) - [Get Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/organizations/get-organizations.md) - [Update Disabled State for Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/organizations/update-organization-disable-state.md) - [Update Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/organizations/update-organizations.md) - [Add User Groups](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/user-groups/add-groups.md) - [Add Users to Groups](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/user-groups/add-users-to-group.md) - [Delete Users from Groups](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/user-groups/delete-users-from-group.md) - [Add Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/users/add-users.md) - [Delete Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/users/delete-users.md): Remove Users from an Organization or a Document. - [Get Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/users/get-users.md) - [Update Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/users/update-users.md) - [Add Domains](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/workspace/add-domain.md) - [Delete Domains](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v1/workspace/delete-domain.md) - [Add Permissions](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/auth/add-permissions.md) - [Generate Signature](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/auth/generate-signature.md) - [Generate Token](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/auth/generate-token.md) - [Get Permissions](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/auth/get-permissions.md) - [Remove Permissions](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/auth/remove-permissions.md) - [Add Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/comments-feature/comment-annotations/add-comment-annotations.md) - [Delete Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/comments-feature/comment-annotations/delete-comment-annotations.md) - [Get Comment Annotations Count](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/comments-feature/comment-annotations/get-comment-annotations-count.md) - [Get Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/comments-feature/comment-annotations/get-comment-annotations-v2.md) - [Update Comment Annotations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/comments-feature/comment-annotations/update-comment-annotations.md) - [Add Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/comments-feature/comments/add-comments.md) - [Delete Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/comments-feature/comments/delete-comments.md) - [Get Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/comments-feature/comments/get-comments.md) - [Update Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/comments-feature/comments/update-comments.md) - [Add Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/documents/add-documents.md) - [Delete Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/documents/delete-documents.md) - [Get Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/documents/get-documents-v2.md) - [Move Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/documents/move-documents.md) - [Update Access for Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/documents/update-document-access.md) - [Update Disabled State for Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/documents/update-document-disable-state.md) - [Update Documents](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/documents/update-documents.md) - [Add Folder](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/folders/add-folder.md) - [Delete Folder](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/folders/delete-folder.md) - [Get Folders](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/folders/get-folders.md) - [Update Folder](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/folders/update-folder.md) - [Update Access for Folders](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/folders/update-folder-access.md) - [Delete All User Data](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/gdpr/delete-all-user-data-gdpr.md): Remove All User data from Velt. - [Get All User Data](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/gdpr/get-all-user-data-gdpr.md): Get all feature data for a user stored in Velt. - [Get Delete All User Data Status](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/gdpr/get-delete-user-data-status-gdpr.md): Get the status of the data deletion process for a user. - [Broadcast Event](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/livestate/broadcast-event.md) - [Add Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/notifications/add-notifications.md) - [Delete Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/notifications/delete-notifications.md) - [Get Config](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/notifications/get-config.md) - [Get Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/notifications/get-notifications-v2.md) - [Set Config](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/notifications/set-config.md) - [Update Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/notifications/update-notifications.md) - [Add Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/organizations/add-organizations.md) - [Delete Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/organizations/delete-organizations.md) - [Get Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/organizations/get-organizations-v2.md) - [Update Disabled State for Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/organizations/update-organization-disable-state.md) - [Update Organizations](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/organizations/update-organizations.md) - [Add User Groups](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/user-groups/add-groups.md) - [Add Users to Groups](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/user-groups/add-users-to-group.md) - [Delete Users from Groups](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/user-groups/delete-users-from-group.md) - [Add Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/users/add-users.md) - [Delete Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/users/delete-users.md): Remove Users from an Organization or a Document. - [Get Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/users/get-users-v2.md) - [Update Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/users/update-users.md) - [Add Domains](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/workspace/add-domain.md) - [Delete Domains](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/rest-apis/v2/workspace/delete-domain.md) - [API Methods Index](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/sdk/api/api-methods.md) - [React Hooks Index](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/sdk/api/react-hooks.md) - [Data models](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/sdk/models/data-models.md) - [Add User Groups](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/user-groups/add-user-groups.md): Use this API to add organization user groups to a specific organization. - [Add Users to Groups](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/user-groups/add-users-to-groups.md): Use this API to add users to a specific organization user group. - [Delete Users from Groups](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/user-groups/delete-users-from-groups.md): Use this API to delete users from a specific organization user group. - [Add Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/users/add-users.md): Use this API to add Users to organizations, folders, or documents. - [Delete Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/users/delete-users.md): Use this API to remove Users from organizations or documents. - [Get Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/users/get-users.md): Use this API to retrieve users based on various filters such as organization ID, document ID, folder ID, organization user group IDs or user IDs. - [Update Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/users/update-users.md): Use this API to update user metadata based on various filters such as organization ID, document ID, folder ID and user IDs. - [Add Domains](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/workspace/add-domains.md): Use this API to whitelist domains for your workspace. - [Delete Domains](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/workspace/delete-domains.md): Use this API to remove domains from your workspace whitelist. - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/arrows/customize-behavior.md) - [Arrows](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/arrows/overview.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/arrows/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments-sidebar/customize-behavior.md) - [Comments Sidebar](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments-sidebar/overview.md): Provide a toggleable sidebar to view and filter comments. - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments-sidebar/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/customize-behavior.md) - [Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/notifications.md): There are several options to send notifications to your users. - [Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/overview.md): Your users can add comments in context to ask questions, leave feedback, report bugs etc. We handle all complexity to ensure the comments are robust against content changes. We support many types of comment UX patterns as illustrated below. - [ Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/canvas.md): Add comments to an HTML Canvas. - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/canvas-comments/overview.md) - [ChartJS Comments Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/chart-comments-setup/chartjs.md) - [Custom Charts Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/chart-comments-setup/custom-charts.md) - [Highcharts Comments Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/chart-comments-setup/highcharts.md) - [NivoCharts Comments Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/chart-comments-setup/nivo-charts.md) - [Freestyle Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/freestyle.md) - [Inline Comments Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/inline-comments.md) - [Lexical Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/lexical.md) - [Lottie Player Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/lottie-player-setup.md) - [Page Mode Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/page.md) - [Popover Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/popover.md) - [SlateJS Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/slatejs.md) - [Stream Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/stream.md) - [Text Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/text.md) - [Tiptap Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/tiptap.md) - [Custom Video Player Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/video-player-setup/custom-video-player-setup.md): Use this guide to add collaboration into your own custom video player. - [Prebuilt Video Player Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/setup/video-player-setup/video-player-setup.md): Use this guide if you want to set up a prebuilt video player from our SDK with collaborative features built in. - [Comment Standalone Composer](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/standalone-components/comment-composer/overview.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/standalone-components/comment-composer/setup.md) - [Comment Pin](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/standalone-components/comment-pin/overview.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/standalone-components/comment-pin/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/standalone-components/comment-thread/customize-behavior.md) - [Standalone Comment Thread](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/standalone-components/comment-thread/overview.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/comments/standalone-components/comment-thread/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/notifications/customize-behavior.md) - [In-app Notifications](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/notifications/overview.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/notifications/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/reactions/customize-behavior.md) - [Inline Reactions](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/reactions/overview.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/reactions/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/recorder/customize-behavior.md) - [Recorder](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/recorder/overview.md): The Recorder allows your users to create audio, screen, and video recordings. - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/recorder/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/view-analytics/customize-behavior.md) - [View Analytics](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/view-analytics/overview.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/async-collaboration/view-analytics/setup.md) - [Advanced Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/get-started/advanced.md): Optional advanced configuration options for Velt SDK - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/get-started/overview.md) - [Quickstart](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/get-started/quickstart.md): Install and set up Velt in minutes in React, Angular, Vue, or HTML. - [Quickstart Old Copy](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/get-started/quickstart-old.md): Quickstart for React. For other frameworks like `vue`, `angular`, `svelte`, `vanilla js` etc. check out the setup guide. - [Advanced Setup Options](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/get-started/setup/advanced.md) - [2. Authenticate](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/get-started/setup/authenticate.md): Autheticate your logged in users with the SDK. - [3. Initialize Document](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/get-started/setup/initialize-document.md) - [1. Install](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/get-started/setup/install.md): Steps to integrate Velt into an existing app - [CSS Injection](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/global-styles/css-injection.md) - [Dark Mode](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/global-styles/dark-mode.md) - [Global Styles](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/global-styles/global-styles.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/in-app-user-feedback/customize-behavior.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/in-app-user-feedback/overview.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/in-app-user-feedback/setup.md) - [AG Grid](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/integrations/ag-grid.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/key-concepts/overview.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/live-co-editing/customize-behavior.md) - [Customize UI](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/live-co-editing/customize-ui.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/live-co-editing/overview.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/live-co-editing/setup.md) - [MCP Servers (Beta)](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/mcp/mcp.md) - [Migrate from Cord to Velt](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/migration/migrate-from-cord-to-velt.md) - [Migrate from Liveblocks to Velt](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/migration/migrate-from-liveblocks-to-velt.md) - [Parts](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/permission-management/share-and-invite/customize-ui/parts.md) - [Slots](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/permission-management/share-and-invite/customize-ui/slots.md) - [Variables](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/permission-management/share-and-invite/customize-ui/variables.md) - [Invite](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/permission-management/share-and-invite/overview.md): A widget to invite others to collaborate together on a project - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/permission-management/share-and-invite/setup.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/crdt/overview.md): CRDT (Yjs) based collaborative editing. - [BlockNote Editor](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/crdt/setup/blocknote.md): Setup Multiplayer Editing for BlockNote Editor. - [CodeMirror Editor](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/crdt/setup/codemirror.md): Setup Multiplayer Editing for CodeMirror Editor. - [Core](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/crdt/setup/core.md): Setup Multiplayer Editing for any frameworks or custom implementations. - [React Flow Editor](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/crdt/setup/reactflow.md): Setup Multiplayer Editing for React Flow diagrams. - [Tiptap Editor](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/crdt/setup/tiptap.md): Setup Multiplayer Editing for Tiptap Editor. - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/cursors/customize-behavior.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/cursors/overview.md): Your users can view each other's cursors when interacting on the same document. This makes your app more alive. We handle the complexity of adapting the cursors to different screen sizes, differences in content etc. - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/cursors/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/flock-mode/customize-behavior.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/flock-mode/overview.md): This is like Figma's follow along feature. Start a shared session in a click. One person is the leader, and whatever they do - like clicking, scrolling, or navigating - happens automatically on everyone else's screen. - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/flock-mode/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/huddle/customize-behavior.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/huddle/overview.md): Enable slack-style effortless audio, video and screen sharing discussions inside your own product. It even comes with built in chat. - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/huddle/setup.md) - [Webhooks](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/huddle/webhooks.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/live-selection/customize-behavior.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/live-selection/overview.md): Your users can see what part of the document others are interacting with in real-time. - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/live-selection/setup.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/live-state-sync/overview.md): Sync and broadcast data in real-time across all connected clients. - [Redux Middleware](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/live-state-sync/redux-middleware.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/live-state-sync/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/presence/customize-behavior.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/presence/overview.md): Your users can see other users online on the document. This makes your app feel alive. - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/presence/setup.md) - [Customize Behavior](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/single-editor-mode/customize-behavior.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/single-editor-mode/overview.md): Allow only one user to edit at a time but still allow everyone to see the changes as they happen. - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/single-editor-mode/setup.md): Enable Single Editor Mode to allow only one user to edit at a time while others remain in read-only mode. - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/video-player-sync/overview.md) - [Setup](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/realtime-collaboration/video-player-sync/setup.md) - [Version 3.0.0](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/3-0-0.md) - [April 16 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/april-16-2024.md) - [April 24 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/april-24-2024.md) - [Aug 12 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/aug-12-2024.md) - [Aug 13 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/aug-13-2024.md) - [Aug 14 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/aug-14-2024.md) - [Aug 16 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/aug-16-2024.md) - [Aug 21 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/aug-21-2024.md) - [Aug 22 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/aug-22-2024.md) - [Aug 6 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/aug-6-2024.md) - [Aug 8 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/aug-8-2024.md) - [Dec 28 2023](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/dec-28-2023.md) - [Feb 13 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/feb-13-2024.md) - [Feb 20 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/feb-20-2024.md) - [Feb 27 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/feb-27-2024.md) - [Jan 14 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/jan-14-2024.md) - [July 02 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-02-2024.md) - [July 03 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-03-2024.md) - [July 04 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-04-2024.md) - [July 09 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-09-2024.md) - [July 10 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-10-2024.md) - [July 15 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-15-2024.md) - [July 17 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-17-2024.md) - [July 18 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-18-2024.md) - [July 19 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-19-2024.md) - [July 22 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-22-2024.md) - [July 23 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-23-2024.md) - [July 24 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-24-2024.md) - [July 26 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-26-2024.md) - [July 29 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-29-2024.md) - [July 31 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/july-31-2024.md) - [June 10 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/june-10-2024.md) - [June 24 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/june-24-2024.md) - [June 29 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/june-29-2024.md) - [June 30 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/june-30-2024.md) - [June 6 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/june-6-2024.md) - [March 14 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/march-14-2024.md) - [March 5 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/march-5-2024.md) - [May 10 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/may-10-2024.md) - [May 17 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/may-17-2024.md) - [May 23 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/may-23-2024.md) - [May 24 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/may-24-2024.md) - [May 29 2024](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/archive/may-29-2024.md) - [BlockNote CRDT Library](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/version-4/blocknote-changelog.md): Release Notes of Changes Affecting Velt BlockNote Library - [CodeMirror CRDT Library](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/version-4/codemirror-changelog.md): Release Notes of Changes Affecting Velt CodeMirror Library - [Core CRDT Library](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/version-4/crdt-core-changelog.md): Release Notes of Changes Affecting All CRDT Libraries - [Lexical Changelog](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/version-4/lexical-changelog.md): Release Notes of Changes Affecting Velt Lexical Library - [React Flow CRDT Library](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/version-4/reactflow-changelog.md): Release Notes of Changes Affecting Velt React Flow Library - [Velt SDK Changelog](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/version-4/sdk-changelog.md): Release Notes of changes added to the core Velt SDK - [Tiptap CRDT Library](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/version-4/tiptap-changelog.md): Release Notes of Changes Affecting Velt Tiptap CRDT Library - [Upgrade Guide](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/release-notes/version-4/upgrade-guide.md) - [Generating Auth Tokens](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/security/auth-tokens.md) - [Content security policy](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/security/content-security-policy.md) - [JWT Tokens](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/security/jwt-tokens.md): Generate JWT Tokens for additional security - [Proxy Server](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/security/proxy-server.md) - [Supported Regions](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/security/supported-regions.md) - [Attachments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/self-host-data/attachments.md): Self-host your comments file attachments data while using Velt's components. Keep attachment storage on your infrastructure with minimal metadata stored on Velt servers. - [Comments](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/self-host-data/comments.md): Self-host your comments data while using Velt's components. Keep comment storage on your infrastructure with minimal metadata stored on Velt servers. - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/self-host-data/overview.md): Self-host the user generated content on your infrastructure while storing only minimal identifiers on Velt servers. - [Reactions](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/self-host-data/reactions.md): Self-host your reactions data while using Velt's components. Keep reaction storage on your infrastructure with minimal metadata stored on Velt servers. - [Users](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/self-host-data/users.md): Self-host your users' PII while using Velt's collaboration features. Keep sensitive user data on your infrastructure with only user IDs stored on Velt servers. - [Conditional Templates](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/conditional-templates.md) - [Action Components](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/custom-action-component.md) - [Custom Button](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/arrows/custom-button.md) - [Parts](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/arrows/parts.md) - [Slots](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/arrows/slots.md) - [Variables](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/arrows/variables.md) - [Comment Bubble](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-bubble.md): This button shows the comment count and the author's avatar. This is used in Popover comments feature. - [Comment Dialog](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-dialog-components.md): Comments Dialog Component. - [Comment Dialog — Structure](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-dialog-structure.md): Canonical structure for the Velt Comment Dialog Wireframe (React & HTML mirrors). Order follows your provided JSX/HTML. Parent/child is defined only by the extension path. Direct children are marked with (Leaf) when they have no descendants. - [Variants](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-dialog/pre-defined-variants.md) - [Styling](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-dialog/styling.md) - [Comment Pin](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-pin.md): The Pin that appears on the DOM when you place a Comment. - [Comment Player Timeline](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-player-timeline.md) - [Comments Sidebar Button](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-sidebar-button.md): The button used to open the Comments Sidebar panel. - [Comment Sidebar](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-sidebar-components.md): Comment Sidebar Component. - [Comments Sidebar — Structure](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-sidebar-structure.md): Canonical structure for the Velt Comments Sidebar Wireframe (React only). Order follows your provided JSX. Parent/child is defined ONLY by dot-path extensions. Direct children with no descendants are marked (Leaf). - [Comment Tool](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-tool.md): The button to add new comments. - [Velt Video Player](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comment-video-player.md) - [Styling](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/styling.md) - [Empty placeholder](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/empty-placeholder.md): The subcomponent of the Comments Sidebar that represents the placeholder when there are no Comments - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/overview.md): The subcomponent of the Comments Sidebar that represents the filter that is used to filter what Comments appear in the Sidebar - [Filter Type - Assigned](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/assigned.md): The subcomponent of the Comments Sidebar Filter that represents the Assigned filter - [Filter Type - Category](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/category.md): The subcomponent of the Comments Sidebar Filter that represents the Category - [Close button](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/close-button.md): The subcomponent of the Comments Sidebar Filter that represents the Close button - [Filter Type - Comment Type](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/comment-type.md): The subcomponent of the Comments Sidebar Filter that represents the Comment Type filter - [Filter Type - Custom](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/custom.md): The subcomponent of the Comments Sidebar Filter that represents the Custom filter - [Filter Type - Document](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/document.md): The subcomponent of the Comments Sidebar Filter that represents the Document filter - [Done button](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/done-button.md): The subcomponent of the Comments Sidebar Filter that represents the Done Button - [Filter item](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/filter-item.md): Used to customize all the filter option items of the Comments Sidebar Filter at once - [Groupby](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/groupby.md): The subcomponent of the Comments Sidebar Filter that represents the Groupby filter option - [Filter Type - Involved](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/involved.md): The subcomponent of the Comments Sidebar Filter that represents the Involved filter - [Filter Type - Location](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/location.md): The subcomponent of the Comments Sidebar Filter that represents the Location filter - [Filter Type - Author](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/people.md): The subcomponent of the Comments Sidebar Filter that represents the Author filter - [Filter Type - Priority](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/priority.md): The subcomponent of the Comments Sidebar Filter that represents the Priority filter - [Reset button](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/reset-button.md): The subcomponent of the Comments Sidebar Filter that represents the Reset Filter Button - [Filter Type - Status](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/status.md): The subcomponent of the Comments Sidebar Filter that represents the Status filter - [Filter Type - Tagged](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/tagged.md): The subcomponent of the Comments Sidebar Filter that represents the Tagged filter - [Title](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/title.md): The subcomponent of the Comments Sidebar Filter that represents the Title - [Filter Type - Versions](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/filter/subcomponents/versions.md): The subcomponent of the Comments Sidebar Filter that represents the Version filter - [Focused thread](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/focused-thread.md) - [Header](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/header.md): The subcomponent of the Comments Sidebar that represents the Header of the Sidebar - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/header/overview.md): The subcomponent of the Comments Sidebar that represents the Header of the Sidebar - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/header/subcomponents/document-filter-dropdown/overview.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/header/subcomponents/location-filter-dropdown/overview.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/header/subcomponents/minimal-action-dropdown/overview.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/header/subcomponents/minimal-filter-dropdown/overview.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/header/subcomponents/status/overview.md) - [Content](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/header/subcomponents/status/subcomponents/content.md) - [Trigger](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/header/subcomponents/status/subcomponents/trigger.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/list/overview.md): The subcomponent of the Comments Sidebar that represents the List of Comments in the Sidebar - [Dialog container](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/list/subcomponents/dialog-container.md): You can customize the Comment Dialog that appears inside the Sidebar with this subcomponent - [Group](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/list/subcomponents/group.md): The subcomponent of the Comments Sidebar List that represents the Group - [Page mode composer](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/page-mode-composer.md): The subcomponent of the Comments Sidebar that represents the Composer that appears in Page Mode. - [Panel](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/panel.md): The subcomponent of the Comments Sidebar that represents the List of Comments in the Sidebar - [Reset filter button](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/reset-filter-button.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/sidebar-button/overview.md): The button that is used to open the Comments Sidebar panel. - [Styling](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/sidebar-button/styling.md) - [Comments count](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/sidebar-button/subcomponents/comments-count.md): The subcomponent on the Sidebar Button that shows the total - [Icon](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/sidebar-button/subcomponents/icon.md): The subcomponent on the Sidebar Button that shows the total - [Skeleton](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/subcomponents/skeleton.md): The subcomponent of the Comments Sidebar that represents the Skeleton loader that appears when the Sidebar is first loading. - [Variants](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/comments-sidebar/variants.md) - [Confirmation Dialog](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/confirm-dialog.md): The Confirmation Dialog that appears when you delete a comment annotation. - [Inline Comments Section](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/inline-comments-section.md): Components that appear when using Inline Comments - [MultiThread Comment Dialog](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/multithread-comment-dialog.md) - [Persistent Comment Mode Banner](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/persistent-comment-mode-banner.md): The persistent comment mode banner that appears when persistent mode is enabled and user is adding a comment. - [Comment Composer](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/standalone-components/comment-composer.md) - [Comment Thread](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/standalone-components/comment-thread.md) - [Text Comment Tool](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/text-comment-tool.md): The Comment Tool that appears when you highlight some text. - [Text Comment Toolbar](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/comments/text-comment-toolbar.md): The Toolbar that appears when you highlight some text - [Inline Reactions Section](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/inline-reactions.md): This component is used to render the reaction tool and all the reactions. - [Notifications Panel](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/notifications/notifications-panel.md): The Notification Panel contains all notifications within the current organization. It appears when you click the notification tool or embed it directly on a page. - [Notifications Tool](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/notifications/notifications-tool.md): The button that opens or closes the notification panel. - [Control Panel](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/recorder/control-panel.md): Recorder control panel component. - [Media Source Settings](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/recorder/media-source-settings.md): Media source settings component. - [Recorder player](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/recorder/recorder-player.md): Recorder player component. This is the small player that appears when a recording is done. - [Recorder Player Expanded](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/recorder/recorder-player-expanded.md): Recorder player expanded component. This is the expanded player that appears when user wants to view the recording in full screen. - [Recorder Tool](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/recorder/recorder-tool.md): The button to add new recordings. - [Recording Preview Steps Dialog](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/recorder/recording-preview-steps-dialog.md): Recording preview steps dialog component. - [Subtitles](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/recorder/subtitles.md): Subtitles component. - [Transcription](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/recorder/transcription.md): Transcription component. - [Video Editor](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/async/recorder/video-editor.md): Video editor component. - [Cursors](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/realtime/cursors.md): The Cursors component displays the cursors of users in a document. - [Parts](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/realtime/huddle/parts.md) - [Slots](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/realtime/huddle/slots.md) - [Variables](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/realtime/huddle/variables.md) - [Live Selection](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/realtime/live-selection.md) - [Presence](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/realtime/presence.md): The Presence component displays the avatars of users in a room. - [Single Editor Mode](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/features/realtime/single-editor-mode.md): Wireframes for the Single Editor Mode Panel. - [Layout Customization](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/layout.md) - [Localisation](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/localisation.md) - [Overview](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/overview.md) - [Setup Wireframes](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/setup.md) - [CSS Customization](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/styling.md) - [Template Variables](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/ui-customization/template-variables.md) - [Advanced Webhooks](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/webhooks/advanced.md) - [Basic Webhooks](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/webhooks/basic.md) ## OpenAPI Specs - [openapi](https://velt-open-api-postman-collection-mintlify-playground-update.mintlify.app/api-reference/open-api/openapi.yaml) ## Optional - [Examples](https://velt.dev/examples) - [DevTools](https://velt.dev/devtools)