# Dashboard

The Vilna dashboard at [app.vilna.io](https://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](/apis/platform/) and [Management API](/apis/mgmt/).

Work in progress
The dashboard is still being built out. Some features may change.

## Account and access

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.

## API keys

The dashboard is where you create and manage all three key types:

| Type | Prefix | Scope | Endpoint |
|  --- | --- | --- | --- |
| API key | `vilna_api_` | Project | [Platform API](/apis/platform/) at `api.vilna.io` |
| RPC key | `vilna_rpc_` | Workspace | [Blockchain RPC](/apis/rpc/) at `rpc.vilna.io` |
| Management key | `vilna_mgt_` | Workspace | [Management API](/apis/mgmt/) at `mgmt.vilna.io` |


When you create a key you pick which permissions it gets. See [Authorization](/apis/mgmt/authorization) for the full matrix.

Save your keys
The key value is shown only once. Store it immediately.

## Blockchain data

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.

## Programmatic alternative

Everything in the dashboard is also available through the API. Use the [Management API](/apis/mgmt/) for account and access management, the [Platform API](/apis/platform/) for blockchain operations, and [Blockchain RPC](/apis/rpc/) for node access.

## Next steps

Quickstart
Make your first API call in 10 minutes

Authentication
API key types, permissions, and security

Management API
Automate workspace and key management

Platform API
Full endpoint reference for blockchain operations