Skip to content

api-evangelist/velt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Velt (velt)

Velt is a real-time collaboration platform delivered primarily as a client SDK (React components and framework wrappers) for adding presence, live cursors, comments, notifications, huddles, recordings, and live selection to applications. Its server-side surface is the Velt Data (REST) API at api.velt.dev plus signed, retried webhooks, letting backends read and write comments, users, organizations, folders, documents, notifications, and user groups programmatically.

APIs.json: https://raw.githubusercontent.com/api-evangelist/velt/refs/heads/main/apis.yml

Tags

  • Real-Time Collaboration
  • Comments
  • Presence
  • Notifications
  • SDK
  • Webhooks

Timestamps

  • Created: 2026-07-01
  • Modified: 2026-07-01

APIs

Velt Comments API

Server-side CRUD over comment threads and their annotations - add, get, update, and delete comments and comment annotations, and retrieve annotation counts - scoped by organization and document. Comments are the collaboration data the client SDK renders in-app.

Tags

  • Comments
  • Annotations
  • Collaboration

Properties

Velt Users API

Add, get, update, and delete the end users that participate in collaboration, plus user-group membership operations, so backends can keep Velt identities in sync with the host application's user directory.

Tags

  • Users
  • Identity
  • Collaboration

Properties

Velt Organizations API

Manage organizations - the top-level tenancy boundary in Velt - with add, get, update, delete, and enable/disable operations that partition collaboration data and access across teams and customers.

Tags

  • Organizations
  • Tenancy
  • Access

Properties

Velt Documents API

Create and manage documents and folders - the addressable surfaces that collaboration is attached to - including add, get, update, move, migrate, delete, access-control, and disabled-state operations.

Tags

  • Documents
  • Folders
  • Access Control

Properties

Velt Notifications API

Add, get, update, and delete notifications and read or set per-user and per-organization notification config (inbox and email delivery), driving the notification and inbox components rendered by the SDK.

Tags

  • Notifications
  • Inbox
  • Email

Properties

Velt Webhooks API

Configure advanced webhook endpoints and subscribe to collaboration events (for example newly-added and status-change actions on comments) generated by humans and agents. Deliveries are HMAC-signed, verified via the signature header, and retried with exponential backoff.

Tags

  • Webhooks
  • Events
  • HMAC

Properties

Velt Auth Tokens API

Workspace-level management of API keys and auth tokens - create, get, and update API keys, read and update API key config, reset auth tokens, and generate the short-lived tokens and signatures that authorize SDK and Data API calls.

Tags

  • Authentication
  • API Keys
  • Tokens

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors