| sidebar_label | Introduction |
|---|---|
| title | Infura dashboard introduction |
| description | Documentation for using the Infura dashboard |
| sidebar_position | 1 |
import CardList from '@site/src/components/CardList' import Banner from '@site/src/components/Banner'
The Infura dashboard is the central hub for managing your Infura service. Use it to create and manage API keys, monitor usage, and access account and billing information.
Don't have an API key? Sign up for a free plan and start using the Infura service!
Select one of the cards below to learn more about using the dashboard.
<CardList items={[ { href: '/developer-tools/dashboard/get-started/create-api', title: 'Create an API key', description: 'Learn how to create an API key that allows you to make API calls.', }, { href: '/developer-tools/dashboard/how-to/secure-an-api/api-key', title: 'Secure your API key', description: 'Learn how to secure your API key to avoid unwanted costs and unauthorized access.', }, { href: '/developer-tools/dashboard/how-to/dashboard-stats', title: 'Monitor API call stats', description: 'Learn how to use the dashboard to view API call stats.', }, ]} />