Documentation

Development roadmap

Brand assets

API and the SDK

We provide two ways to plug your own software into littledots: hit the JSON / REST API directly from any language with an HTTP client, or use the typed TypeScript SDK that wraps it.

No surprises in the underlying shape:

  • Bearer token in the Authorization header
  • REST verbs (GET, POST, PUT, DELETE) on resource endpoints
  • JSON in, JSON out
  • Every response shares a consistent envelope, so error handling looks the same on every call

Today the littledots app and the browser extension are the only consumers. No public release yet for either. If you’re building something that wants to talk to littledots, get in touch and we’ll figure it out together.