โ† Dominus

Getting started with Dominus

Dominus access is invite-only. This guide covers the public path from request to verified CLI and MCP access.

1. Request an invite

Visit the customer portal and submit a request:

Request access at console.getdominus.app

2. Accept your invitation

When an operator approves your request, you receive an email with a single-use invitation link. Open it to:

Sign in anytime at console.getdominus.app/signin.

3. Install the CLI

The published package name is dominus-platform-cli on public npm:

npm i -g dominus-platform-cli

Package page: npmjs.com/package/dominus-platform-cli

4. Authenticate

Set your user token in the environment (never commit or share it):

export DOMINUS_USER_TOKEN="your-token-here"

5. Verify identity

Confirm your credential works:

dominus whoami

On success you should see JSON with user_id, email, and display_name. An invalid token exits non-zero with a clear error โ€” no stack trace.

6. Confirm project access

dominus list_projects

You should see the project you were granted access to.

7. Connect MCP

The stable MCP server address is:

https://mcp.getdominus.app

Configure your MCP client to use that URL with your user token as a Bearer credential.