Built API-first
Tools designed to be driven by code first and a dashboard second. The interface is the endpoint.
An API-first tool is one where the endpoint is the product and the dashboard is a convenience built on top of it, rather than the other way round. The difference shows up in the details. Everything the interface can do is reachable programmatically, the documentation is written for somebody integrating rather than somebody evaluating, and there are client libraries in more than one language. Webhooks exist and carry enough of the payload to be useful. Rate limits are published rather than discovered. This matters when the tool has to sit inside something you are building rather than beside it: a product that expects a human to click through a wizard once a week cannot be automated, however good the wizard is. The trade is that API-first tools often ask more of you at the start, because the fastest path through them is code rather than a form.