igrantio-api-wallet-providerlisted
Install: claude install-skill L3-iGrant/skills
# iGrant.io OID4VC API - Wallet Provider
## When to use
Use this skill when the task is one of these:
- Deploy the OID4VC wallet of an organisation, or read the deployment status
and the well-known metadata URLs.
- Turn on the **wallet provider** capability of the organisation.
- Register a wallet instance as a **wallet unit**, so that the wallet provider
can give it a **Wallet Unit Attestation (WUA)**.
- Read, update, delete, or list wallet units.
- Read the status of the organisation wallet units (LPID and WUA), or read the
performance statistics of the wallet provider.
For issuance and verification, use the issuer and the verifier skills. For the
architecture and the glossary, read `igrantio-ows-overview` first.
**Order of work.** Deploy the wallet, then turn on the wallet provider
capability, then register wallet units. Every wallet unit operation gives
HTTP 400 when the organisation is not a wallet provider.
## Endpoint reference
Base URL for the demo environment: `https://demo-api.igrant.io`.
| Method | Path | Purpose | Documentation |
| --- | --- | --- | --- |
| `POST` | `/v2/config/digital-wallet/openid` | Deploy the OID4VC wallet of the organisation. One time only. | [Deploy digital wallet](https://docs.igrant.io/docs/openid4vc-api/config-deploy-digital-wallet-open-id/) |
| `GET` | `/v2/config/digital-wallet/openid` | Read the deployment status, the service endpoints, and the metadata URLs. | [Read digital wallet deployment](https://docs.igrant.io/docs/o