Skip to main content

Getting Started

This guide walks you through your first minutes on Alien Intelligence — from signing in to understanding where everything lives.

Prerequisites

  • A modern web browser (Chrome, Firefox, Safari, or Edge)

Sign Up

Anyone can create an account directly on the platform:

  1. Navigate to app.alien.club.
  2. Click Get Started. You will be redirected to the sign-in page.
  3. Create an account or authenticate using one of the available methods:
    • Email and password
    • Google, GitHub, or another configured OAuth provider
  4. After authentication, you are redirected back to the platform.

Sign-in page

On first login, the platform automatically creates a personal organization for you. If you were invited to an existing organization, you will be added to it after accepting the invitation.

The Dashboard

After signing in, you land on the dashboard. This is your home base for managing data clusters, datasets, and workflows.

Main dashboard

The overview page shows:

  • Total Revenue — Your current revenue from data consumption
  • Total Consumers — The number of consumers accessing your data
  • Top Consumers — A ranked list of your most active consumers
  • Top Datasets — Your most popular datasets by usage
  • Onboarding Checklist — A progress card that tracks whether you have created a cluster, a dataset, and a workflow, with quick links to complete each step
  • Feedback — A card to share feedback directly with the team

The left sidebar is the main navigation. At the top is your organization selector (see below). The sidebar is organized into groups:

GroupSectionWhat You Find There
(top)OverviewRevenue, top consumers, top datasets, and onboarding checklist
(top)ConsumptionUsage analytics and execution history
My InputsClusters > ResourcesYour data clusters, datasets, cluster settings
My InputsClusters > ActivityRecent sync activity and operations
My OutputsWorkflowsAI workflow editor for building processing pipelines with a visual canvas
My OutputsMCPAI agent (MCP server) management
MarketplaceData textBrowse public datasets by category (Health, Science, and more)
MarketplaceVoicesDiscover curated voices and content
OrganizationBillingSubscription and usage billing
OrganizationAPI UsersAPI user management (Enterprise only)
HelpHow it worksPlatform explainer
HelpShowcasesExample use cases
HelpHelpContact support and share feedback

The top navigation bar contains a search bar for finding datasets, tags, and workflows across the platform, and a breadcrumb trail showing your current location.

Your Organization

Everything on Alien Intelligence is scoped to an organization. An organization is the boundary for:

  • Data clusters — Each cluster belongs to one organization
  • Datasets — Created within clusters owned by the organization
  • Members — Users who can access the organization's resources
  • Billing — Subscription and usage tied to the organization
  • API tokens — Scoped to the organization's resources

If you belong to multiple organizations, you can switch organizations from the dropdown at the top-left of the navigation by clicking on your organization name.

tip

Most users belong to a single organization. If your team has already set up the organization, you can skip straight to working with clusters and datasets.

For Alien Hosted Customers

If your organization uses the Alien Hosted deployment (the default for most customers), your infrastructure is already set up:

  • A default data plane is pre-configured and managed by Alien
  • You can create data clusters directly from the dashboard
  • Infrastructure provisioning, updates, and monitoring are handled by Alien operations

You do not need to set up Kubernetes, deploy operators, or configure networking. Start by creating a data cluster and then creating a dataset.

For On-Premise Enterprise Customers

If your organization deploys data clusters on your own infrastructure, additional setup is required before you can start processing data:

  1. Create a data plane — Register your Kubernetes cluster with the platform. See Create a Data Plane.
  2. Deploy the operator — Install the data cluster operator on your infrastructure using the registration token.
  3. Create data clusters — Once the operator is running and connected, create clusters from the dashboard.
info

On-premise deployment requires a team with Kubernetes management experience. Contact us at contact@alien.club if you need guidance on the setup process.

Next Steps

You are ready to start working with data. Choose your path based on your deployment mode:

Alien Hosted (most users):

  1. Create a Data Cluster — Provision an isolated environment for your data
  2. Create a Dataset — Define a dataset and configure its processing pipeline
  3. Upload Documents — Add files to your dataset and watch them get processed
  4. Search and Query — Find information across your processed documents

On-Premise (enterprise):

  1. Create a Data Plane — Register your Kubernetes infrastructure with the platform
  2. Create a Data Cluster — Provision a cluster on your data plane
  3. Then follow the Alien Hosted path above starting from step 2