issue_passport
Issue a signed portable passport attesting your AI agent's compliance with regulatory frameworks using cryptographic signatures for offline verification.
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 |
|---|---|---|---|
| agent_id | No | DID-style identifier. Auto-generated if omitted. | |
| agent_type | No | llm_agent | |
| frameworks | No | Frameworks this passport asserts. Defaults to all. | |
| claims | No | Map of framework -> article -> status (compliant | in_review | self_declared | remediation_in_progress | non_compliant). |