igrantio-individuals
Installation
SKILL.md
iGrant.io individuals (Consent BB admin Individual API)
When to use
When your app onboards a user, create a matching individual in the iGrant.io
Consent Building Block and store the returned individualId against your own
userId. That mapping is what later lets igrantio-consent-records record and
manage consents for the right person.
Integrator intake
Ask one question at a time, a recommended default with each; look up facts in the project, put only decisions to the integrator:
- Environment - demo (
https://demo-api.igrant.io), staging, or a custom Consent BB deployment (ask its base URL)? Recommend demo to start. - API key - organisation API key for the Consent Building Block? From your iGrant.io organisation account; server-side only, never the browser.
- Mapping storage - where does the
userIdtoindividualIdmapping live: a column on the existing users table (recommended) or a separate store?