Credential managementStore API tokens and secrets safely. Encrypted at rest, with optional typed access via Spatie Data classes.
API request loggingEvery API call is logged automatically with request/response data, timing, status codes, and errors.
Rate limitingDon't get blocked by API providers. Per-provider sliding window counters with configurable wait-or-throw behavior.
Retry logicTransient failures are retried automatically. Respects Retry-After headers and walks SDK exception chains.
Sync schedulingKeep your data in sync. Queued jobs with health-based backoff, incremental sync, and overlap protection.
OAuth2Authorization flows without the pain. Automatic token refresh with concurrent worker protection.
Health monitoringFailing APIs don't take your app down. Circuit breaker with degraded, failing, and disabled states.
Webhook handlingReceive webhooks reliably. Signature verification, event routing, deduplication, and async processing.
ID mappingTrack relationships between external provider IDs and your internal models. Scoped per-integration.