{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "POST /agent-identity/issue",
  "dateModified": "2026-06-02",
  "endpoint": {
    "method": "POST",
    "url": "https://xn--82czbx2bczd4fl8a.online/agent-identity/issue"
  },
  "spec": "OpenID4VCI draft-15",
  "request": {
    "required": [
      "subjectDid",
      "credentialType",
      "claims"
    ],
    "optional": [
      "format",
      "validityDays",
      "holderBinding"
    ]
  },
  "response": {
    "fields": [
      "credentialId",
      "credential",
      "format",
      "status"
    ]
  },
  "auth": "mTLS or private_key_jwt",
  "rateLimit": "30 req/min/agent"
}