create_principal
Create a principal identity for a human or organization behind AI agents, generating a unique Ed25519 keypair and recording domain, jurisdiction, contact, and disclosure preferences.
Instructions
Create a principal identity (human or org behind agents). Gets its own Ed25519 keypair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | Yes | Human-readable name (e.g. 'Tima', 'Acme Corp') | |
| domain | No | Verifiable domain (e.g. 'aeoess.com') | |
| jurisdiction | No | Legal jurisdiction (e.g. 'US', 'EU') | |
| contact_channel | No | Contact method (e.g. 'telegram:@aeoess') | |
| disclosure_level | No | How much identity to reveal | public |