Getting Started with Inwire

This guide walks you through your first experience with Inwire — from logging in to creating your first project and exploring the platform's capabilities.


First Login

Accessing Inwire

Open your web browser and navigate to your Inwire instance:

Initial Login

When logging in for the first time:

  1. Super Admin Setup — The first user to log in becomes the Super Admin and can set up the initial organization
  2. Invitation Login — If you received an invitation, click the link in your email to set up your account
  3. SSO Login — If your organization uses Single Sign-On, click "Sign in with SSO" and select your provider

> Note: Your organization administrator will provide login credentials or send you an invitation link.

The Dashboard

After logging in, you'll land on the Dashboard — your central hub for monitoring platform activity:

┌─────────────────────────────────────────────────────────────────────────────┐
│  ┌──────────────┐                                                           │
│  │   INWIRE     │  Dashboard                                     [User] ▼  │
│  └──────────────┘                                                           │
├─────────────────┬───────────────────────────────────────────────────────────┤
│                 │                                                           │
│  Dashboard      │   Welcome back, [Name]                                    │
│  ─────────────  │                                                           │
│  PromptScope    │   ┌─────────────┐  ┌─────────────┐  ┌─────────────┐      │
│  ModelOps       │   │ Active Jobs │  │   Models    │  │  Datasets   │      │
│  RAG            │   │     12      │  │     47      │  │     89      │      │
│  Synthex        │   └─────────────┘  └─────────────┘  └─────────────┘      │
│  Model Training │                                                           │
│  Stream         │   Recent Activity                                         │
│  ─────────────  │   ─────────────────────────────────────────              │
│  Access Control │   • Training job completed: fraud-detector-v3            │
│  Settings       │   • New dataset uploaded: customer-reviews-jan           │
│                 │   • Model deployed: recommendation-engine-prod           │
│                 │                                                           │
└─────────────────┴───────────────────────────────────────────────────────────┘

Understanding User Roles

Inwire uses role-based access control (RBAC) to manage permissions. Understanding your role helps you know what actions you can take.

Role Hierarchy

Role Scope Key Capabilities
Super Admin Platform-wide Manage all organizations, global settings, billing
Org Admin Organization Create teams, manage members, configure integrations
Team Admin Team Manage team resources, invite members, set team policies
Member Team Use platform features, run jobs, access team resources

Checking Your Role

To see your current role:

  1. Click your profile icon in the top-right corner
  2. Select Profile from the dropdown
  3. Your role is displayed under your organization/team membership

Creating Your First Organization

> Note: Skip this section if you're joining an existing organization.

If you're the Super Admin or have organization creation privileges:

Step 1: Navigate to Organizations

  1. Click Access Control in the sidebar
  2. Select Organizations
  3. Click Create Organization

Step 2: Configure Organization Settings

Fill in the organization details:

Field Description Example
Name Organization display name "Acme Corp"
Slug URL-friendly identifier "acme-corp"
Plan Billing tier Free, Starter, Professional, Enterprise
Description Optional description "Acme Corp ML Platform"

Step 3: Review and Create

Click Create Organization to complete setup. You'll automatically become the Org Admin.


Creating Your First Team

Teams are where collaboration happens. Each team has its own resources, projects, and access controls.

Step 1: Navigate to Teams

  1. Go to Access ControlTeams
  2. Click Create Team

Step 2: Configure Team Settings

Field Description Example
Name Team display name "ML Research Team"
Slug URL-friendly identifier "ml-research"
Description Team purpose "Developing next-gen ML models"

Step 3: Invite Members

After creating the team, invite members:

  1. Click Invite Member
  2. Enter the email address
  3. Select their role (Team Admin or Member)
  4. Click Send Invitation

Invited users will receive an email with a link to join.


Platform Tour

Let's take a quick tour of Inwire's main modules:

Synthex — Synthetic Data Generation

What it does: Generate high-quality synthetic data for training, testing, and development.

Key features:

Where to find it: Sidebar → Synthex

┌────────────────────────────────────────────────────────────┐
│  Synthex → Datasets                                        │
├────────────────────────────────────────────────────────────┤
│  Your Data Profiles                                        │
│  ┌────────────────────────────────────────────────────┐   │
│  │ ● customer_transactions   │ Tabular │ 10K rows    │   │
│  │ ● product_reviews         │ Text    │ 5K rows     │   │
│  │ ● sensor_readings         │ Time    │ 1M rows     │   │
│  └────────────────────────────────────────────────────┘   │
│                                                            │
│  [+ Create Profile]  [Generate Data]  [Import Dataset]     │
└────────────────────────────────────────────────────────────┘

> Learn more: Synthex User Guide


Model Training — Experiment Management

What it does: Track experiments, manage training jobs, and organize ML workflows.

Key features:

Where to find it: Sidebar → Model Training

┌────────────────────────────────────────────────────────────┐
│  Model Training → Experiments                              │
├────────────────────────────────────────────────────────────┤
│  Recent Experiments                                        │
│  ┌────────────────────────────────────────────────────┐   │
│  │ ● fraud-detector-v3       │ Running  │ 85% acc    │   │
│  │ ● churn-prediction        │ Complete │ 92% acc    │   │
│  │ ● recommendation-engine   │ Complete │ 0.87 NDCG  │   │
│  └────────────────────────────────────────────────────┘   │
│                                                            │
│  [+ New Experiment]  [Compare]  [Export Results]           │
└────────────────────────────────────────────────────────────┘

ModelOps — Deployment & Monitoring

What it does: Deploy models to production and monitor their performance.

Key features:

Where to find it: Sidebar → ModelOps

┌────────────────────────────────────────────────────────────┐
│  ModelOps → Deployments                                    │
├────────────────────────────────────────────────────────────┤
│  Active Deployments                                        │
│  ┌────────────────────────────────────────────────────┐   │
│  │ ● fraud-detector   │ prod    │ 120 req/s │ Healthy │   │
│  │ ● recommender      │ staging │  50 req/s │ Healthy │   │
│  │ ● sentiment-api    │ dev     │  10 req/s │ Warning │   │
│  └────────────────────────────────────────────────────┘   │
│                                                            │
│  [+ New Deployment]  [Scale]  [View Metrics]               │
└────────────────────────────────────────────────────────────┘

RAG — Retrieval-Augmented Generation

What it does: Build pipelines that combine retrieval with LLM generation for knowledge-grounded responses.

Key features:

Where to find it: Sidebar → RAG


Integrations

What it does: Connect Inwire to external services and infrastructure.

Supported integrations:

Where to find it: Sidebar → Access ControlIntegrations


Your First Project Workflow

Let's walk through a simple end-to-end workflow to get you familiar with Inwire:

Scenario: Training a Fraud Detection Model

Step 1: Prepare Data in Synthex

  1. Go to SynthexDatasets
  2. Click Import Dataset and upload your transaction data
  3. Create a Data Profile to define the schema
  4. If needed, generate synthetic data to balance classes

Step 2: Create an Experiment in Model Training

  1. Go to Model TrainingExperiments
  2. Click New Experiment
  3. Name it "fraud-detector-v1"
  4. Select your dataset from Synthex
  5. Configure training parameters

Step 3: Run and Monitor Training

  1. Click Start Training
  2. Watch metrics update in real-time
  3. Compare with previous runs
  4. Save the best model

Step 4: Deploy with ModelOps

  1. Go to ModelOpsModels
  2. Find your trained model
  3. Click Deploy
  4. Select target environment (dev/staging/prod)
  5. Monitor performance

Understanding the Sidebar

The sidebar is your navigation hub. Here's what each section contains:

Section Purpose
Dashboard Overview and activity feed
PromptScope Prompt engineering and testing
ModelOps Model registry, deployments, monitoring
RAG RAG pipeline management
RAG Index Knowledge base optimization
RAG Sentinel AI security and compliance
Agent Studio AI agent development
Synthex Synthetic data generation
Stream Real-time data processing
Model Training Experiments and training jobs
Inwire Observe Platform monitoring
Access Control Users, teams, integrations
Settings Profile and preferences

Keyboard Shortcuts

Speed up your workflow with these shortcuts:

Shortcut Action
Ctrl/Cmd + K Quick search
Ctrl/Cmd + / Toggle sidebar
Ctrl/Cmd + N New item (context-dependent)
? Show all shortcuts

Next Steps

Now that you're familiar with Inwire's basics:

  1. Setting up Inwire — Configure integrations and environments
  2. Using Inwire — Learn detailed workflows
  3. Synthex User Guide — Deep dive into synthetic data generation

Need Help?