The Vilna dashboard at app.vilna.io is the web interface for your account. You can manage workspaces, projects, team members, and API keys - and work with the same blockchain data available through the Platform API and Management API.
The dashboard is still being built out. Some features may change.
After signing up you get a workspace - the root of your account. Inside it you create projects, each with its own isolated set of addresses, balances, and events. You can invite team members by email and assign them roles at both the workspace level (admin, member) and project level (editor, viewer).
Each account supports up to 5 workspaces.
The dashboard is where you create and manage all three key types:
| Type | Prefix | Scope | Endpoint |
|---|---|---|---|
| API key | vilna_api_ | Project | Platform API at api.vilna.io |
| RPC key | vilna_rpc_ | Workspace | Blockchain RPC at rpc.vilna.io |
| Management key | vilna_mgt_ | Workspace | Management API at mgmt.vilna.io |
When you create a key you pick which permissions it gets. See Authorization for the full matrix.
The key value is shown only once. Store it immediately.
The dashboard lets you work with the same data the Platform API exposes: monitored addresses, HD public keys, balances, transactions, activity feed, invoices, and notification channels. If you can do it through the API, you can do it in the UI.
Everything in the dashboard is also available through the API. Use the Management API for account and access management, the Platform API for blockchain operations, and Blockchain RPC for node access.