Public API expansion — partitions, snapshots, and dispatch
We've expanded the Public API to mirror the Partner API surface. 34 new endpoints are live today.
What's new
- Partition endpoints. Arm, disarm, bypass zones, query state.
- Snapshot capture. Trigger an on-demand snapshot from any device.
- Dispatch. Send a guard or responder programmatically.
- Operator audit log. Read the operator action history for any site.
Breaking changes
None. All additions, no removals.
Try it
opcli api partition.arm --site site_29snd --partition 1
Or call directly:
curl -X POST https://api.chekt.com/v1/partitions/p_abc/arm \
-H "Authorization: Bearer $CHEKT_API_KEY"
Full reference is on the API page.