Free to start
Build on the Community plan — free, up to 5 projects. No card, no sales call.
Issue, verify, and govern identity for AI agents and apps on open standards. Start free, ship this sprint, and keep your data yours.
Community plan — free, up to 5 projects# npm install @affinidi-tdk/credential-issuance-client
const api = new IssuanceApi(new Configuration({
apiKey: authProvider.fetchProjectScopedToken.bind(authProvider),
}));
const res = await api.startIssuance(projectId, {
data: [{
credentialTypeId: "EmploymentCredential",
credentialData: { employer: "Acme Corp" },
}],
holderDid: "did:key:...",
}); # pip install affinidi_tdk_credential_issuance_client
config = Configuration()
config.api_key["ProjectTokenAuth"] = project_token
api = IssuanceApi(ApiClient(config))
res = api.start_issuance(project_id, StartIssuanceInput.from_dict({
"data": [{
"credentialTypeId": "EmploymentCredential",
"credentialData": {"employer": "Acme Corp"},
}],
"holderDid": "did:key:...",
})) Build on the Community plan — free, up to 5 projects. No card, no sales call.
W3C VCs, DIDComm v2.1, TSP Rev2, SD-JWT, OID4VCI/VP — your data travels with you.
TypeScript, Python, Rust, Java, Dart, .NET, and PHP — build in your stack.
Run it in your own environment. Zero PII stored on our side.
Issue, hold, verify, and connect with a handful of SDK calls.
Public repos, an active Discord, and a growing contributor base.
Give every agent a verifiable identity at birth, then govern how it connects — as a drop-in proxy in your stack, on open protocols.
Multi-language SDKs, CLI, reference apps, and docs — the complete kit to embed issuance, verification, and agent trust into your product.