File size: 2,752 Bytes
d705bb5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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://worldmonitor.app). Create an account only when you want Pro/API features or need to mint an API key.
</Info>

## How sign-up works

Account creation is an interactive browser flow, not an API:

1. Open [worldmonitor.app/pro](https://worldmonitor.app/pro) and click **Sign up** (or use the dashboard's sign-in button). A [Clerk](https://clerk.com) modal opens inside the page β€” there is no standalone `/sign-up` form page; that URL serves the app shell.
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://worldmonitor.app/pro) β€” checkout runs on Dodo Payments; see [Plans & Pricing](/pricing). Pro and Pro Business are separate products: moving from one to the other means cancelling the current subscription in the billing portal and starting the new checkout.
- **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://worldmonitor.app/auth.md) for the self-bootstrapping discovery chain.

## 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)