issue_passport
Issue a signed Ed25519 credential for an AI agent asserting compliance with frameworks like EU AI Act, GDPR, HIPAA. The passport carries agent DID, type, and article-level claim status, valid for one year.
Instructions
Issue a signed Agent Compliance Passport. The passport is a portable Ed25519-signed credential carrying the agent's DID, type, the compliance frameworks it asserts conformance to, and per-article claim status. Valid for 365 days by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claims | No | Map of framework -> article -> status (compliant | in_review | self_declared | remediation_in_progress | non_compliant). | |
| agent_id | No | DID-style identifier. Auto-generated if omitted. | |
| agent_type | No | llm_agent | |
| frameworks | No | Frameworks this passport asserts. Defaults to all. |