Bronson API supports SQL and query operations, making it easy to integrate with existing data processing and analytics tools.
# Step 2: Use Token to get data curl -X GET "https://your-instance.bronson.is/api/v1/policies" \ -H "Authorization: Bearer eyJhbGci..." inside bronson api
What makes Bronson both revered and reviled is its . Most APIs fail gracefully. Bronson fails loudly and fast . The circuit breaker pattern here is not a software metaphor; it is a literal physical fuse on the server blade. When error rates exceed 0.001%, the API does not degrade—it performs a controlled detonation of the affected process, logs the event to an append-only blockchain, and forces the client to reconnect to a completely different availability zone. This is the "Bronson Pause": three seconds of absolute silence while the cluster reconstitutes itself. Bronson API supports SQL and query operations, making