Authentication

Before you can deploy models or manage functions, you must authenticate your local environment. This section describes how to securely link your CLI to the platform organization.

Once the CLI is installed, you need to authenticate with your fathom platform instance.

Quick login

To perform an interactive login, run the following command in your terminal:

fathom login <url>

Replace with the actual URL of your Fathom environment (e.g., platform.dev.fthm.io).

Preselect organization and projects

You can optionally provide additional parameters during login if you want the CLI to automatically select your organization and associated projects:

fathom login <url>
  --organization-id <ORGANIZATION_ID>
  --data-project-id <DATA_PROJECT_ID>
  --application-project-id <APPLICATION_PROJECT_ID>
  --intelligence-project-id <INTELLIGENCE_PROJECT_ID>