| --- |
| title: "Accounts & Sign-up" |
| description: "How account creation works: the free dashboard needs no account; Pro/API accounts are created via the Clerk sign-up flow in a browser." |
| --- |
|
|
| <Info> |
| **The free dashboard requires no account.** Everything listed under the Free plan β 56 map layers, 500+ feeds, country briefs, watchlists β works anonymously at [worldmonitor.app](https: |
| </Info> |
|
|
| ## How sign-up works |
|
|
| Account creation is an interactive browser flow, not an API: |
|
|
| 1. Open [worldmonitor.app/pro](https: |
| 2. Register with email + password or an OAuth provider (Google, GitHub). Email registrations get a verification code; the modal walks through it. |
| 3. A free account by itself unlocks nothing extra on the dashboard β it is the identity that Pro/API subscriptions and API keys attach to. |
|
|
| ## After signing up |
|
|
| - **Upgrade to Pro, Pro Business, or API** from [worldmonitor.app/pro](https: |
| - **Create an API key** from **Dashboard β Settings β API Keys** once subscribed to API Starter or API Business (`wm_` + 40 hex chars). The full value is shown only once; see [Find or replace your license / API key](/api-keys) for the exact steps and recovery instructions. |
| - **Connect an agent via OAuth** instead of a key: MCP clients (Claude Desktop and others) use OAuth 2.1 + PKCE with dynamic client registration β no manual account dance; see [auth.md](https: |
|
|
| ## For agents |
|
|
| - You cannot complete browser sign-up on a user's behalf by fetching pages β the flow lives in a client-side Clerk modal. Direct users to [worldmonitor.app/pro](https://worldmonitor.app/pro). |
| - To act *as* an agent with your own credentials, use the OAuth path in [auth.md](https://worldmonitor.app/auth.md) (anonymous dynamic client registration, then a human consents at authorization time). |
| - Pricing, plan gates, and quotas are machine-readable: [`/pricing.md`](https://worldmonitor.app/pricing.md) and [`GET /api/product-catalog`](https://www.worldmonitor.app/api/product-catalog). |
| |
| ## Related |
| |
| - [Plans & Pricing](/pricing) |
| - [Authentication & Usage](/usage-auth) |
| - [Support & Contact](/support) |
| |