create_principal
Create a principal identity for a human or organization, generating an Ed25519 keypair to represent them in an agent passport system.
Instructions
Create a principal identity (human or org behind agents). Gets its own Ed25519 keypair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Verifiable domain (e.g. 'aeoess.com') | |
| display_name | Yes | Human-readable name (e.g. 'Tima', 'Acme Corp') | |
| 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 |