Skip to content
On-demand recording | SAP IdM End of Life: Migration Without Disruption | With Deloitte · 60 min Watch recording
ARIA SHIELD

ARIA Shield

Enforce budgets & streaming caps at runtime—zero-token SPA.

Enterprise SaaSRegulatedPlatform Teams
Visual representation of ARIA Shield security architecture with layered defense

Key advantages

Zero-token SPA for safer apps

Real-time spend & stream control

Friendly UX on budget exceed (upgrade CTA)

Cryptographic receipts for audit

How it works

  1. Edge authenticates SPA with HTTP-only cookies, not tokens.
  2. BFF validates session and requests PDP decision per route.
  3. On allow, BFF brokers per-service tokens and applies constraints.
  4. Receipts are signed and chained; budgets settle to actuals.

Budget semantics (HTTP 402)


HTTP/1.1 402 Payment Required
Content-Type: application/json

{
  "error": "budget_exceeded",
  "call_id": "abc-123",
  "policy": "llm.invoke",
  "remaining_usd": 0.00,
  "retry_after_s": 86400
}

When a route exceeds its budget, Shield returns a deterministic 402 with call_id and remaining budget. On permit, the hold is settled to actuals and linked in the receipt.

Streaming caps


// Pseudocode
const caps = { tokensMax: 2048, durationMsMax: 20000 };
shield.stream(model, request, caps, onChunk);

Streaming stops early when token or duration limits are reached as dictated by PDP constraints.

Trusted by

Example

Videos

The Unlikely Hero of AI Security

Onboarding Your AI

Ready to see streaming caps and receipts?

Watch the 10-minute tour or talk to us for a deep dive.

Book demo

Related reading

BFF Overview ARIA Shield Docs Zero-Token SPAs Resources BFF Overview PDP Reference

Related reading

Zero-Token SPAsResources

Ready to see it live?

Book a 15-minute walkthrough with an engineer. We'll map ARIA Shield to your architecture, show real event flows, and answer every technical question.

Book demo Read docs
Read the docs
API reference, configuration guides, and architecture deep-dives.
Explore standards
AuthZEN, OAuth, DPoP, SCIM, and the protocols that power the platform.
Talk to a specialist
Map the solution to your domain model and get a tailored integration plan.