Post agents credentials
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Path Parameters
Agent identifier
^[0-9a-z]+$Body
Input for issuing a verifiable credential to an agent (master key). Platform verification events (email OTP, phone provisioning, Stripe checkout) auto-issue AnimaEmailVerified/AnimaOwnerBound, AnimaPhoneVerified, and AnimaPaymentCapable; those types (plus AnimaKYBCompleted) derive the agent card's public verification.level and are platform-reserved — issuing them here returns 403. This endpoint issues the org-attestation types (AnimaAddressVerified, AnimaTrustScore), recorded with metadata.source=api, distinct from the platform's source=platform-auto.
Credential type to issue
AnimaEmailVerified, AnimaPhoneVerified, AnimaAddressVerified, AnimaKYBCompleted, AnimaPaymentCapable, AnimaOwnerBound, AnimaTrustScore Additional claims for the credential subject (the subject id is always the agent's DID)
Optional credential lifetime in seconds (omit for non-expiring)
0 <= x <= 315360000Response
OK
A Verifiable Credential record
