# ngrok dashboard > dashboard.ngrok.com is the authenticated console for the ngrok platform. Reserve domains and TCP addresses, create endpoints, and attach Traffic Policy. Watch the agents and traffic connected to your account, and manage API keys, authtokens, team members, and billing. Important notes: - Apart from the login page, every page requires a session; unauthenticated requests redirect to the ngrok login flow at https://login.ngrok.com. The public documents on this host are this file, `/auth.md`, `/robots.txt`, and `/sitemap.xml`. - To automate what the dashboard does, use the ngrok REST API at https://api.ngrok.com instead of driving the UI. The OpenAPI description is at https://ngrok.com/openapi.json and the reference at https://ngrok.com/docs/api. How an agent gets and uses a credential is at https://ngrok.com/auth.md. - After a person signs in, every dashboard page registers WebMCP tools through `navigator.modelContext`: `get_current_account`, `list_endpoints`, `list_domains`, `list_agents`, `get_pricing`, and `open_page`. All but `open_page` are read-only. Each runs with the person's session and permissions. - https://ngrok.com/llms.txt indexes the ngrok platform as a whole and https://ngrok.com/docs/llms.txt indexes the documentation. Every docs page has a plain-markdown twin: append `.md` to the URL. ## Dashboard pages The login page is public; everything else requires a session. - [Log in](https://dashboard.ngrok.com/login): Sign in with your ngrok account, or create one from the login page. - [Endpoints](https://dashboard.ngrok.com/endpoints): Every endpoint in the account: agent, cloud, and Kubernetes, with the Traffic Policy attached to each. - [Domains](https://dashboard.ngrok.com/domains): Reserved domains with their DNS and TLS state. - [Agents](https://dashboard.ngrok.com/agents): The ngrok agents connected to the account right now. - [Traffic Inspector](https://dashboard.ngrok.com/traffic-inspector): Recent requests through the account's endpoints. - [Your Authtoken](https://dashboard.ngrok.com/get-started/your-authtoken): The credential the ngrok agent connects with. - [API Keys](https://dashboard.ngrok.com/api-keys): Credentials for the ngrok REST API. - [Team Members](https://dashboard.ngrok.com/team-members): Invite people and manage their roles. - [Billing](https://dashboard.ngrok.com/billing): Plan, usage, and invoices.