Circuit Breaker Sizing Helper
Recommend a circuit breaker’s ampere rating from a load’s current (or watts + voltage). Applies the standard continuous-load rule — breaker ≥ 1.25× continuous current + 1.0× non-continuous current — and rounds up to the nearest standard breaker size. Runs entirely in your browser.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Load given as
amps, watts Continuous load (A)
0 <= x <= 5000Non-continuous load (A)
0 <= x <= 5000Continuous load (W)
0 <= x <= 500000Non-continuous load (W)
0 <= x <= 500000Voltage
120, 208, 240, 277, 480 Breaker type
standard, 100percent Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.