Account

Your account page is split into two tabs: Profile (personal info and plan) and API keys (programmatic access).

Open it by clicking your name or avatar at the bottom of the sidebar.

placeholder: profile entry from sidebar

Profile

The Profile tab shows your name, email, and profile picture.

placeholder: profile page view mode

Plan details

If your account is on a trial or paid plan, the Plan Details panel appears at the bottom of the edit form. It shows your current plan, trial status, and renewal date.

placeholder: plan details panel

To cancel your account, email portaljs@datopian.com — there is no in-app cancel button.

API keys

API keys let you call your portal's API programmatically.

  1. Open the API keys tab from your profile.

    placeholder: API keys page

  2. The table lists your existing keys.

Create an API key

  1. Click Create API key.

    placeholder: create API key modal

  2. Give the key a name to remind yourself what it is for.

  3. Click Create. The new key appears with its token shown once.

    Important: copy the token immediately — it cannot be shown again. If you lose it, revoke the key and create a new one.

Use an API key

Send requests to your portal's API, passing your token for authentication. The interactive API reference for your portal is available at:

https://api.cloud.portaljs.com/@<your-org>/api/3/docs

Replace <your-org> with your main organization's name — for example, https://api.cloud.portaljs.com/@datopian/api/3/docs. That page documents the available endpoints and how to authenticate with your API key.

Revoke an API key

From the API keys list, click the delete action next to the key you want to revoke. Any client using that token will immediately stop working.