Web UI
Keyraft includes a built-in web UI for managing configuration, secrets, tokens, and audit logs.
Accessing the UI
After starting the server, open http://localhost:7200/ (or /ui/).
Sign in with a Bearer token - the root token from keyrafted init, or any token an admin created.
Features
Browse & Edit Keys
- Navigate namespaces
- View and edit config values
- View and edit secrets (encrypted at rest)
Token Management (Admin)
- Create new tokens with roles or scopes
- List existing tokens
- Revoke tokens
Audit Logs (Admin / Operator)
- View who accessed or changed which keys
- Filter by action, namespace, and success status
When to Use the UI
The web UI is ideal for:
- Initial setup and exploration
- Manual config changes during development
- Admin tasks like token and role management
- Reviewing audit trails
For production automation, use the HTTP API or client SDKs.
