REST management API
For codeA public OpenAPI 3.1 spec. Codegen a typed client in any language you use, or call it directly with curl. Every dashboard action has a matching endpoint. Nothing hides behind a private SDK contract.
Where it fits
Custom internal tools, automated provisioning scripts, server-side automations, anywhere code is the right driver and you want a typed client.
curl -X POST https://caputchin.com/api/v1/management/sites \
-H "Authorization: Bearer cpt_pat_..." \
-H "Content-Type: application/json" \
-d '{
"name": "marketing",
"troop_id": "trp_abc"
}'