Skip to content

SLA & Make-Good

SLA Clock

The SLA clock does not start when you upload. It starts at pass_at — the timestamp when the intake pipeline issues a PASS verdict.

  • sla_deadline_at = pass_at + plan SLA hours
  • delivered_at = when artifact download links are available
PlanSLA After PASS
Activation-10 / Activation-2524 hours
Activation-50 / Activation-10012 hours
Coverage-2524 hours
Coverage-50 / Coverage-10012 hours

Automatic Make-Good

If delivered_at > sla_deadline_at, the system automatically applies:

  • Credit back: the kit credit consumed by this job is returned to your balance
  • Bonus credit: 10% of the burn value is added as bonus credit
  • Both entries appear in your ledger with reason code SLA_MISS_MAKEGOOD

Make-good is fully automatic. No ticket, no email, no manual request required. The sole remedy for SLA miss after PASS is the automatic credit back + 10% bonus.

Billing & SLA Interaction

OutcomeCredits ChargedSLA Applies
FAILUS$0 (no burn)No
PASS + Verify FAILUS$0 (no burn)No
PASS + Verify PASS (within SLA)1 kit creditMet
PASS + Verify PASS (SLA missed)1 kit credit → auto refund + 10% bonusMissed → make-good

Verify Make-Good in Your Ledger

curl https://api.attestlayer.com/v1/billing/ledger?event_type=credit_back \
  -H "X-API-Key: $ATTESTLAYER_API_KEY"

# Look for entries with reason_code: "SLA_MISS_MAKEGOOD"
# Bonus entries have reason_code: "SLA_MISS_BONUS"
← All Documentation · Billing & Credits · Home