reggie init <name> [--kind <kind>] [--namespace <ns>] [--here]
Creates a directory <name>/, writes a reggie.toml manifest, and
derives a per-entry signing key from your active identity.
Flags
| Flag | Default | Description |
|---|---|---|
--kind <kind> |
skill |
Entity kind. One of: agent, tool, skill, workflow, model, dataset, service, agent-instance. |
--namespace <ns> |
l1fe |
Your ENR namespace. |
--here |
false | Initialize in the current directory rather than creating a new one. |
Example
reggie init research-agent --kind agent --namespace l1fe
# ✓ created research-agent/reggie.toml
# did:oas:l1fe:agent:research-agent@0.1.0