Claim types
| Type | Description | Example |
|---|---|---|
| Static | Fixed value for all devices | "app_version": "2.0" |
| Conditional | Value based on device properties | Risk score > 50 → "restricted": true |
| Dynamic | Computed from expressions | "days_since_first_seen": 42 |
| External | Fetched from your API at attestation time | User subscription status |
Managing claims
Claims are managed from the dashboard or via the API.Dashboard
Go to Settings > Custom Claims to create, edit, reorder, and test claims.API
Reading claims
Claims appear in the attestation result:Tier limits
| Tier | Max claims |
|---|---|
| Free | 5 |
| Pro | 10 |
| Business | 15 |
| Enterprise | 20 |