Skip to content
WorksBuddy Docs
API

API introduction

Read and write WorksBuddy suite data and subscribe to events with the WorksBuddy API.

The WorksBuddy API lets you read and write data across the suite and subscribe to events. Because every agent shares one data layer, a single API call can ripple through Lio, Taro, Evox, Sigi, Inzo, Revo, and Ranko.

Base URL

All requests go to a single base URL.

TODO: confirm production base URL
https://TODO_API_BASE_URL
TODO: document versioning scheme and any regional or sandbox base URLs.

Authentication

Every request must be authenticated.

Rate limits

Requests are capped per account to protect the shared data layer.

TODO: document the request quota, the time window, the response headers that report remaining quota, and the HTTP status returned when the limit is exceeded.