Skip to console
BrowserHatprod
apicheckingmarketchecking
Backend API

Billing & Limits

Project overages, prorate plan changes, and classify usage against soft and hard limits — the live billing decision surface.

Overage Projection

POST /v1/billing/overage-project

Project overage units and prorated cost for a prospective plan change.

Overage Batch

POST /v1/billing/overage-project-batch

Project several feature scenarios at once and sum the projected cost.

Usage Threshold

POST /v1/billing/usage-threshold

Classify a feature usage against its limit into info / warning / critical.

Plan Proration

POST /v1/billing/plan-proration

Prorate a mid-cycle plan change into a net charge or credit.

Grace Period

POST /v1/billing/grace-period

Evaluate a past-due subscription grace window and dunning escalation.

Soft-Limit Check

POST /v1/billing/soft-limit-check

Decide whether usage exceeds the (grace-relaxed) soft or hard limit.

Backend API

Team & Policy

Resolve effective and allowed permissions, check seat capacity, and validate invitations against your team policy.

Seat Capacity

POST /v1/policy/seat-capacity-check

Check whether an actor may consume one more team seat.

Effective Permissions

POST /v1/policy/effective-permissions

Resolve every known permission for an actor against a resource.

Allowed Permissions

POST /v1/policy/allowed-permissions

List the permissions an actor is allowed on a resource.

Audit Classify

POST /v1/policy/audit-classify

Classify an audit-log action severity and handling requirements.

Invitation Validate

POST /v1/policy/invitation-validate

Validate whether a team invitation may be accepted.

Extension marketplace

Marketplace

Score permission risk, triage scans and reviews, verify artifacts, and aggregate the final delivery decision.

Permission Risk

POST /v1/permissions/classify-risk

Score an extension requested manifest and host permissions.

Scan Severity

POST /v1/scans/classify-severity

Map security-scan finding counts to a block / warn / allow verdict.

Version Compatibility

POST /v1/versions/check-compatibility

Classify a target browser-core major against a declared support range.

Manifest Structure

POST /v1/manifests/validate-structure

Validate a decoded manifest.json structure and field types.

Takedown Evaluate

POST /v1/takedown/evaluate

Decide the enforcement action for an already-installed extension copy.

Review SLA

POST /v1/reviews/classify-sla

Triage a review-queue submission into a priority tier and SLA deadline.

Delivery Aggregate

POST /v1/delivery/aggregate

Combine entitlement, scan and compatibility signals into one verdict.

Artifact Verify

POST /v1/artifacts/verify

Verify a declared artifact checksum and signature reference.

Delivery Authorize

POST /v1/delivery/authorize

Authorize a marketplace delivery action against an entitlement.