After you create an account and sign in, the ObservEarth dashboard is where you manage areas of interest (AOIs), copy your API key, review usage, and update your profile.
X-API-Key header. For request examples, see Authentication & API Keys and Working with Areas of Interest.
On large screens, the left sidebar groups the main dashboard actions:
A Current Plan card shows your subscription tier and a link to pricing if you want to upgrade.
At a glance you can see:
Each row is one AOI with name, area, creation date, and actions (view details, weather tools where available, edit, delete). Use the search box to filter the list when you have many areas. Choosing view details opens the AOI workspace (see below), not only a static summary.
Click Add New AOI (or Add AOI in the sidebar) to open the map workflow: define a polygon or upload compatible geometry, give it a name, and save.
From the dashboard table you can open an AOI for satellite or weather workflows, adjust boundaries on Edit, or remove an AOI with Delete if you no longer need it. Conceptually, the same AOIs are referenced by geometry_id in API requests; see the AOI tutorial for API-oriented detail.
Opening an AOI from the dashboard sends you to a URL path like /dashboard/aoi/<geometry-uuid>/. The UUID in the path is your AOI’s id—the same value you use as geometry_id in API calls.
On your machine that might be http://localhost:8000/dashboard/aoi/d27f6882-4046-450e-a045-07f05ed8c055/ (host and port depend on how you run the dev server).
That page is the satellite explorer for that area. You can:
So the AOI detail route is both your entry point for visual exploration of satellite data over that polygon and your bridge to understanding which dates and sensors are usable before you call the programmatic APIs.
When you sign up, you choose a plan. That choice sets how much total AOI area you can register across your account (square meters behind the scenes; the dashboard shows hectares).
The Current Plan / usage strip on the dashboard reflects this cap. If adding or editing an AOI would push you over your limit, save the geometry with a smaller footprint or upgrade via pricing. The same limits apply when you create geometry through the API.
Commercial terms and exact quotas for your contract are always those shown on your account and in your agreement with ObservEarth.
Open API Usage from the sidebar (you must be logged in).
For header format and code samples, use Authentication & API Keys.
Under Profile you can update your account details and change your password. Keeping your email current ensures you receive important account notices.
/api/ (Swagger, ReDoc, and tutorial cards).