GET /api/v1/auth/status as the runtime source for plan and credit context.
Access classes
This table describes API gates, not a pricing comparison. Account packaging can change independently of endpoint behavior.
Credits
- Credits and rate limits are separate controls.
- Current Nexus operations deduct one credit after a validated successful request.
- OEM routes marked as credited deduct one OEM credit on their success path.
- OEM credit balance and audit-log operations do not deduct OEM credits.
- A non-deduplicated queued OEM scan consumes a credit; status checks do not.
- Global Search accepts authenticated users with available credits and returns up to 10 records per page.
- Result limits can also depend on the account and endpoint.
Verify access
user.plan and user_credits from the response. Do not hard-code a marketing plan name as proof that a module is enabled; handle 403 Forbidden from the requested operation.
Production controls
- Check credit context before high-volume jobs.
- Set a per-run request and credit budget in your application.
- Tag OEM requests with stable tenant and request identifiers.
- Stop retrying when the account returns an entitlement or credit failure.
- Reconcile usage from response metadata and OEM audit logs where available.
