Developers

API changelog

v1 is stable. Additive changes (new endpoints, new optional parameters, new fields on existing responses, new error codes) are non-breaking and can ship at any time, so write your client to ignore fields it does not recognize. Breaking changes (removing or renaming a field, changing a type or the meaning of a value) get a new version segment such as /v2, and v1 keeps working for at least 12 months after we announce it here.

July 2026

Initial public developer program

  • Developer documentation (this section) and the public Acme Logistics sandbox
  • OpenAPI document published at https://toolboxminute.com/api/openapi/v1.json
  • Employee management endpoints: list, create, update, and deactivate, alongside the existing status and launch endpoints
  • Locations endpoint for syncing sites and their timezones
  • Curriculum metadata: the topic and subtopic tree plus the published lesson catalog
  • Outbound webhooks with signed deliveries
  • Rate limiting: 60 per minute per IP on the sandbox key, 300 per minute per live key, with Retry-After on 429