Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tinyinbox.co/llms.txt

Use this file to discover all available pages before exploring further.

Most teams can use TinyInbox from the dashboard and widget snippet alone. Use the API when you need a custom install flow, signed visitor identity, or a deeper integration with your own app.

Base URLs

https://api.tinyinbox.app

Tokens

Dashboard and account routes require a signed user session token:
Authorization: Bearer <user-session-token>
Widget conversation routes use a short-lived widget session token returned by POST /public/widget-session:
Authorization: Bearer <widget-session-token>

Endpoint groups

  • /sites creates sites and manages widget settings.
  • /conversations reads and replies to inbox conversations.
  • /public supports the browser widget.
  • /widget.js loads the widget on your site.