Togai · Capability
Togai Apis — Entitlements
Togai Apis — Entitlements. 8 operations. Lead operation: Get Entitlements for a Account. Self-contained Naftiko capability covering one Togai business surface.
What You Can Do
GET
Getentitlements
— Get Entitlements for a Account
/v1/accounts/{account-id}/entitlements
GET
Getentitlementvalue
— Get Entitlement Value for a Account
/v1/accounts/{account-id}/entitlements/{feature-id}
POST
Validateentitlementvalue
— Check Entitlement Value for a Account
/v1/accounts/{account-id}/entitlements/{feature-id}
GET
Getfeaturecredits
— Get Feature Credits Balance
/v1/accounts/{account-id}/features/{feature-id}
GET
Listfeaturecreditentries
— List Feature Credits Entries of a Feature for an Account
/v1/accounts/{account-id}/features/{feature-id}/entries
PATCH
Updatefeaturecreditentry
— Update a Feature Credits Entry
/v1/accounts/{account-id}/features/{feature-id}/entries/{entry-id}
POST
Voidfeaturecreditentry
— Void a Feature Credits Entry of a Feature for an Account
/v1/accounts/{account-id}/features/{feature-id}/entries/{entry-id}/void
POST
Ingestentitledevent
— Ingest Event if a User is Entitled to a Feature
/v1/entitled
MCP Tools
get-entitlements-account
Get Entitlements for a Account
read-only
idempotent
get-entitlement-value-account
Get Entitlement Value for a Account
read-only
idempotent
check-entitlement-value-account
Check Entitlement Value for a Account
read-only
get-feature-credits-balance
Get Feature Credits Balance
read-only
idempotent
list-feature-credits-entries-feature
List Feature Credits Entries of a Feature for an Account
read-only
idempotent
update-feature-credits-entry
Update a Feature Credits Entry
idempotent
void-feature-credits-entry-feature
Void a Feature Credits Entry of a Feature for an Account
ingest-event-if-user-is
Ingest Event if a User is Entitled to a Feature