| Catalog plan |
Self-serve / standard tier (kind: catalog). |
| Check |
API call that returns the effective entitlement for one feature. |
| Custom plan |
Sales-defined plan (kind: custom). |
| Entitlement |
Resolved value for a subscriber + feature (flag allow/deny or limit amount). |
| Feature |
Named catalog key with kind flag or limit. |
| Flag |
Boolean feature kind — on/off capability. |
| Grant |
Plan inclusion of a feature (flag present, or limit with value). |
| Limit |
Numeric feature kind — entitled max (null = unlimited). |
| Member |
Principal in an organization — a user or a service account. |
| Member API key |
Secret for automation (e10s-mk-1-…); send as X-API-Key. Belongs to a member. |
| Organization |
Your vendor account on e10s. |
| Override |
Per-subscriber absolute value outside the plan. |
| Plan |
Bundle of grants. |
| Service account |
Non-human member. Create at e10s.io; its member API keys call the API. |
| Subscriber |
Your customer; subject of entitlements. |
| Subscription |
Assignment of a subscriber to a plan. |
| Usage |
How much of a limit is consumed — lives in your app, not e10s. |
| User |
Someone on your team who signs into e10s.io. |
| Vendor |
You — the organization using e10s. |